Completed
Push — master ( 074443...b3b676 )
by Alexey
08:58 queued 11s
created
src/Model/Data/ZipNewData.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -51,8 +51,7 @@  discard block
 block discarded – undo
51 51
         $resourceId = (int) $this->stream;
52 52
         self::$guardClonedStream[$resourceId] =
53 53
             isset(self::$guardClonedStream[$resourceId]) ?
54
-                self::$guardClonedStream[$resourceId] + 1 :
55
-                0;
54
+                self::$guardClonedStream[$resourceId] + 1 : 0;
56 55
     }
57 56
 
58 57
     /**
@@ -102,8 +101,7 @@  discard block
 block discarded – undo
102 101
         $resourceId = (int) $this->stream;
103 102
         self::$guardClonedStream[$resourceId] =
104 103
             isset(self::$guardClonedStream[$resourceId]) ?
105
-                self::$guardClonedStream[$resourceId] + 1 :
106
-                1;
104
+                self::$guardClonedStream[$resourceId] + 1 : 1;
107 105
     }
108 106
 
109 107
     /**
Please login to merge, or discard this patch.