Completed
Push — master ( b04f33...04484f )
by Oscar
02:21
created
src/Middleware/JsonValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public static function fromFile(\SplFileObject $file)
43 43
     {
44
-        $schema = (object)[
44
+        $schema = (object) [
45 45
             '$ref' => $file->getPathname(),
46 46
         ];
47 47
 
Please login to merge, or discard this patch.