@@ -8,7 +8,7 @@ discard block |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign; |
| 14 | 14 | |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | { |
| 45 | 45 | $token = new Token(); |
| 46 | 46 | |
| 47 | - return new Task(++$this->tasks, new LazyPromise(function () use ($callable, $arguments, $token) { |
|
| 47 | + return new Task(++$this->tasks, new LazyPromise(function() use ($callable, $arguments, $token) { |
|
| 48 | 48 | return $this->adapt($callable(...$arguments), $token); |
| 49 | 49 | }), $token); |
| 50 | 50 | } |
@@ -8,7 +8,7 @@ discard block |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign; |
| 14 | 14 | |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | { |
| 60 | 60 | $this->handlers[$signal] = $handler; |
| 61 | 61 | |
| 62 | - $this->processor->interrupt($signal, function (...$arguments) use ($signal) { |
|
| 62 | + $this->processor->interrupt($signal, function(...$arguments) use ($signal) { |
|
| 63 | 63 | return $this->dispatch($signal, ...$arguments); |
| 64 | 64 | }); |
| 65 | 65 | |
@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | */ |
| 108 | 108 | private function error(\Exception $exception): callable |
| 109 | 109 | { |
| 110 | - return function () use ($exception) { |
|
| 110 | + return function() use ($exception) { |
|
| 111 | 111 | throw $exception; |
| 112 | 112 | }; |
| 113 | 113 | } |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign\Resolver; |
| 14 | 14 | |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign\Resolver; |
| 14 | 14 | |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign\Resolver; |
| 14 | 14 | |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign\Resolver; |
| 14 | 14 | |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * file that was distributed with this source code. |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -declare(strict_types = 1); |
|
| 11 | +declare(strict_types=1); |
|
| 12 | 12 | |
| 13 | 13 | namespace PHPinnacle\Ensign\Resolver; |
| 14 | 14 | |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | * file that was distributed with this source code. |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -declare(strict_types = 1); |
|
| 10 | +declare(strict_types=1); |
|
| 11 | 11 | |
| 12 | 12 | namespace PHPinnacle\Ensign; |
| 13 | 13 | |