Completed
Pull Request — master (#198)
by Alex
24:54
created
src/Serialisers/SerialiseDepWrapperTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,8 +188,8 @@
 block discarded – undo
188 188
      */
189 189
     protected function updateLightStack(int $newCount) : void
190 190
     {
191
-        $this->lightStack[$newCount - 1]['count']--;
192
-        if (0 == $this->lightStack[$newCount - 1]['count']) {
191
+        $this->lightStack[$newCount-1]['count']--;
192
+        if (0 == $this->lightStack[$newCount-1]['count']) {
193 193
             array_pop($this->lightStack);
194 194
         }
195 195
     }
Please login to merge, or discard this patch.