@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\Core; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\DependencyInjection; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\EventBroadcaster; |
| 6 | 6 | |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | * |
| 41 | 41 | * @return Response |
| 42 | 42 | */ |
| 43 | - public function response(): ?Response |
|
| 43 | + public function response(): ? Response |
|
| 44 | 44 | { |
| 45 | 45 | return $this->response; |
| 46 | 46 | } |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\EventBroadcaster; |
| 6 | 6 | |
@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | return $this->exception; |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - public function response(): ?Response |
|
| 27 | + public function response(): ? Response |
|
| 28 | 28 | { |
| 29 | 29 | return $this->response; |
| 30 | 30 | } |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\Routing; |
| 6 | 6 | |
@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | $this->router = $router; |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | - public function name(): ?string |
|
| 24 | + public function name(): ? string |
|
| 25 | 25 | { |
| 26 | 26 | return $this->name; |
| 27 | 27 | } |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis; |
| 6 | 6 | |
@@ -11,10 +11,8 @@ |
||
| 11 | 11 | use Jarvis\Skill\EventBroadcaster\ControllerEvent; |
| 12 | 12 | use Jarvis\Skill\EventBroadcaster\EventInterface; |
| 13 | 13 | use Jarvis\Skill\EventBroadcaster\ExceptionEvent; |
| 14 | -use Jarvis\Skill\EventBroadcaster\PermanentEventInterface; |
|
| 15 | 14 | use Jarvis\Skill\EventBroadcaster\ResponseEvent; |
| 16 | 15 | use Jarvis\Skill\EventBroadcaster\RunEvent; |
| 17 | -use Jarvis\Skill\EventBroadcaster\SimpleEvent; |
|
| 18 | 16 | use Symfony\Component\HttpFoundation\Request; |
| 19 | 17 | use Symfony\Component\HttpFoundation\Response; |
| 20 | 18 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\EventBroadcaster; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\EventBroadcaster; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Jarvis\Skill\EventBroadcaster; |
| 6 | 6 | |