@@ -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 | { |