@@ -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 @@ 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\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 @@ 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 | } |