Completed
Push — dev ( f0eb90...48c810 )
by Yan
02:10
created
src/Lincable/Http/File/FileResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.