Completed
Pull Request — master (#118)
by
unknown
22:28 queued 10:16
created
src/Zippy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      */
83 83
     public function open($path, $type = null)
84 84
     {
85
-        if($type == null){
85
+        if ($type == null) {
86 86
             $type = $this->guessAdapterExtension($path);
87 87
         }
88 88
 
Please login to merge, or discard this patch.