Completed
Push — master ( 6ebd1c...df9bae )
by John
10:14
created
src/Document/YamlCapableUriRetriever.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.