Completed
Pull Request — develop (#101)
by
unknown
19:31
created
src/PhpSpreadsheet/Shared/PCLZip/PclZip.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1743,7 +1743,7 @@
 block discarded – undo
1743 1743
         $last = strtolower(substr($v_memory_limit, -1));
1744 1744
 
1745 1745
         /* PHP7.1 Compatible */
1746
-        $v_memory_limit = (int)$v_memory_limit;
1746
+        $v_memory_limit = (int) $v_memory_limit;
1747 1747
 
1748 1748
         if ($last == 'g') {
1749 1749
             //$v_memory_limit = $v_memory_limit*1024*1024*1024;
Please login to merge, or discard this patch.