Completed
Push — master ( 437a7f...b2e348 )
by Nil
02:08
created
src/Drivers/NativeFileSystem.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
 
37 37
         if (false === file_exists($this->baseDir)) {
38 38
             throw new RuntimeException(
39
-               sprintf('Provided base directory \'%s\' does not exist', $baseDir)
40
-           );
39
+                sprintf('Provided base directory \'%s\' does not exist', $baseDir)
40
+            );
41 41
         }
42 42
     }
43 43
 
Please login to merge, or discard this patch.