@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Compose\Definition\Service\Constructor; |
| 5 | 5 | |
@@ -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\Compose\Lazy; |
| 5 | 5 | |
@@ -205,7 +205,7 @@ discard block |
||
| 205 | 205 | /** |
| 206 | 206 | * {@inheritdoc} |
| 207 | 207 | */ |
| 208 | - public function foreach(callable $function): StreamInterface |
|
| 208 | + public function foreach (callable $function): StreamInterface |
|
| 209 | 209 | { |
| 210 | 210 | return $this->stream()->foreach($function); |
| 211 | 211 | } |
@@ -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\Compose\Lazy; |
| 5 | 5 | |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | /** |
| 171 | 171 | * {@inheritdoc} |
| 172 | 172 | */ |
| 173 | - public function foreach(callable $function): SetInterface |
|
| 173 | + public function foreach (callable $function): SetInterface |
|
| 174 | 174 | { |
| 175 | 175 | return $this->set()->foreach($function); |
| 176 | 176 | } |
@@ -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\Compose\Lazy; |
| 5 | 5 | |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | /** |
| 201 | 201 | * {@inheritdoc} |
| 202 | 202 | */ |
| 203 | - public function foreach(callable $function): MapInterface |
|
| 203 | + public function foreach (callable $function): MapInterface |
|
| 204 | 204 | { |
| 205 | 205 | return $this->loadedMap()->foreach($function); |
| 206 | 206 | } |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Compose\Compilation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Compose\Compilation\Dependency; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Compose\Compilation\Service; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Compose\Compilation\Service\Argument; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Innmind\Compose\Compilation\Service\Constructor; |
| 5 | 5 | |