@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public static function resolve($file) |
23 | 23 | { |
24 | - switch(true) { |
|
24 | + switch (true) { |
|
25 | 25 | case is_string($file): |
26 | 26 | $file = new SymfonyFile($file); |
27 | 27 | break; |