@@ -41,7 +41,7 @@ |
||
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 |