@@ -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 FondBot; |
6 | 6 | |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | * |
97 | 97 | * @return Context|null |
98 | 98 | */ |
99 | - public function getContext(): ?Context |
|
99 | + public function getContext(): ? Context |
|
100 | 100 | { |
101 | 101 | return $this->context; |
102 | 102 | } |
@@ -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 FondBot\Drivers; |
6 | 6 | |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | * |
48 | 48 | * @return Keyboard|null |
49 | 49 | */ |
50 | - public function getKeyboard(): ?Keyboard |
|
50 | + public function getKeyboard(): ? Keyboard |
|
51 | 51 | { |
52 | 52 | return $this->keyboard; |
53 | 53 | } |