@@ -30,6 +30,6 @@ |
||
30 | 30 | |
31 | 31 | public function count() : int |
32 | 32 | { |
33 | - return (int)$this->size; |
|
33 | + return (int) $this->size; |
|
34 | 34 | } |
35 | 35 | } |