Completed
Pull Request — master (#7)
by
unknown
14:35
created
src/Comodojo/Zip/Foundation/Utils/UniqueId.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 
57 57
             return self::getUid();
58 58
 
59
-        }  else {
59
+        } else {
60 60
 
61 61
             $numString = (int)($length/32) + 1;
62 62
             $randNum = "";
Please login to merge, or discard this patch.