@@ -327,7 +327,7 @@ |
||
327 | 327 | */ |
328 | 328 | private function columnKey(): int |
329 | 329 | { |
330 | - return (int)array_key_last($this->columns); |
|
330 | + return (int) array_key_last($this->columns); |
|
331 | 331 | } |
332 | 332 | |
333 | 333 | } |