@@ -46,7 +46,7 @@ |
||
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * @return array |
|
| 49 | + * @return \ArrayObject |
|
| 50 | 50 | */ |
| 51 | 51 | public function getDefinition() |
| 52 | 52 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function retrieve($uri) |
| 30 | 30 | { |
| 31 | - set_error_handler(function () use ($uri) { |
|
| 31 | + set_error_handler(function() use ($uri) { |
|
| 32 | 32 | throw new ResourceNotFoundException('Schema not found at ' . $uri); |
| 33 | 33 | }); |
| 34 | 34 | $response = file_get_contents($uri); |