Completed
Push — master ( 922f67...6829d3 )
by Marco
15:28
created
Category
src/Zip.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -606,8 +606,7 @@
 block discarded – undo
606 606
 
607 607
             }
608 608
 
609
-        }
610
-        else if ( is_file($real_file) ) {
609
+        } else if ( is_file($real_file) ) {
611 610
 
612 611
             $file_target = is_null($base) ? $real_name : $base.$real_name;
613 612
 
Please login to merge, or discard this patch.