From abd08ce5d73ab0f2786a6aed9e6e2642b4e89fdb Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sat, 10 Dec 2011 12:31:13 +0100 Subject: [PATCH] add a proper file header --- src/JsonSchema/Undefined.php | 9 +++++++++ src/JsonSchema/Validator.php | 37 ++++++++++-------------------------- 2 files changed, 19 insertions(+), 27 deletions(-) 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();