@@ -310,7 +310,7 @@ |
||
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 | } |