@@ -108,7 +108,7 @@ |
||
| 108 | 108 | * |
| 109 | 109 | * @param callable(T, K=):void $consumer |
| 110 | 110 | */ |
| 111 | - public function forEach(callable $consumer): void; |
|
| 111 | + public function forEach (callable $consumer): void; |
|
| 112 | 112 | |
| 113 | 113 | /** |
| 114 | 114 | * {@inheritdoc} |
@@ -70,6 +70,6 @@ |
||
| 70 | 70 | */ |
| 71 | 71 | public function finalize(): string |
| 72 | 72 | { |
| 73 | - return $this->prefix.(string)$this->aggregation.$this->suffix; |
|
| 73 | + return $this->prefix.(string) $this->aggregation.$this->suffix; |
|
| 74 | 74 | } |
| 75 | 75 | } |
@@ -55,5 +55,5 @@ |
||
| 55 | 55 | * |
| 56 | 56 | * @param callable(T, int=):void $consumer |
| 57 | 57 | */ |
| 58 | - public function forEach(callable $consumer): void; |
|
| 58 | + public function forEach (callable $consumer): void; |
|
| 59 | 59 | } |