@@ -130,7 +130,7 @@ |
||
130 | 130 | * @param string $input JSON string |
131 | 131 | * @param int $flags |
132 | 132 | * |
133 | - * @return boolean|ParseException null if no error is found, a ParseException containing all details otherwise |
|
133 | + * @return \Exception|null null if no error is found, a ParseException containing all details otherwise |
|
134 | 134 | */ |
135 | 135 | public function lint($input, $flags = 0) |
136 | 136 | { |
@@ -221,7 +221,7 @@ |
||
221 | 221 | * |
222 | 222 | * @return string |
223 | 223 | */ |
224 | - static public function getClassName(){ |
|
224 | + static public function getClassName() { |
|
225 | 225 | |
226 | 226 | return __CLASS__; |
227 | 227 | } |