diff --git a/src/JsonSchema/Undefined.php b/src/JsonSchema/Undefined.php index 876f966..a78de31 100644 --- a/src/JsonSchema/Undefined.php +++ b/src/JsonSchema/Undefined.php @@ -1,5 +1,14 @@ , Gradua Networks + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace JsonSchema; class Undefined diff --git a/src/JsonSchema/Validator.php b/src/JsonSchema/Validator.php index ac6dbaf..c6e86be 100644 --- a/src/JsonSchema/Validator.php +++ b/src/JsonSchema/Validator.php @@ -1,35 +1,18 @@ , Gradua Networks + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace JsonSchema; -class Validator { - +class Validator +{ public $checkMode = self::CHECK_MODE_NORMAL; private $errors = array();