Passed
Push — master ( 62857f...147445 )
by Amin
02:01
created
src/Export.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
     private function getPath($path): string
80 80
     {
81
-        if(null !== $path){
81
+        if (null !== $path) {
82 82
             $this->path_info = pathinfo($path);
83 83
         }
84 84
 
Please login to merge, or discard this patch.