@@ -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); |