@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Immutable; |
| 5 | 5 | |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | * |
| 240 | 240 | * @param callable(T): void $function |
| 241 | 241 | */ |
| 242 | - public function foreach(callable $function): void |
|
| 242 | + public function foreach (callable $function): void |
|
| 243 | 243 | { |
| 244 | 244 | $this->implementation->foreach($function); |
| 245 | 245 | } |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Immutable; |
| 5 | 5 | |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | * |
| 252 | 252 | * @param callable(T): void $function |
| 253 | 253 | */ |
| 254 | - public function foreach(callable $function): void |
|
| 254 | + public function foreach (callable $function): void |
|
| 255 | 255 | { |
| 256 | 256 | $this->implementation->foreach($function); |
| 257 | 257 | } |