Completed
Push — master ( 877025...0a6f4b )
by Hiraku
02:13
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
     {
311 311
         return implode("\n", [
312 312
             static::class,
313
-            ' array-mode:' . (int)$this->is_array,
313
+            ' array-mode:' . (int) $this->is_array,
314 314
             " codes:\n  " . implode("\n  ", $this->ops)
315 315
         ]);
316 316
     }
Please login to merge, or discard this patch.