Completed
Push — master ( 191d10...817152 )
by Alex
14s queued 11s
created
src/Serialisers/SerialiseDepWrapperTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,8 +187,8 @@
 block discarded – undo
187 187
      */
188 188
     protected function updateLightStack($newCount)
189 189
     {
190
-        $this->lightStack[$newCount - 1]['count']--;
191
-        if (0 == $this->lightStack[$newCount - 1]['count']) {
190
+        $this->lightStack[$newCount-1]['count']--;
191
+        if (0 == $this->lightStack[$newCount-1]['count']) {
192 192
             array_pop($this->lightStack);
193 193
         }
194 194
     }
Please login to merge, or discard this patch.