@@ -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 | |
@@ -14,14 +14,14 @@ discard block |
||
14 | 14 | * |
15 | 15 | * @return string|null |
16 | 16 | */ |
17 | - public function getText(): ?string; |
|
17 | + public function getText(): ? string; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * Get location. |
21 | 21 | * |
22 | 22 | * @return Location|null |
23 | 23 | */ |
24 | - public function getLocation(): ?Location; |
|
24 | + public function getLocation(): ? Location; |
|
25 | 25 | |
26 | 26 | /** |
27 | 27 | * Determine if message has attachment. |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | * |
36 | 36 | * @return Attachment|null |
37 | 37 | */ |
38 | - public function getAttachment(): ?Attachment; |
|
38 | + public function getAttachment(): ? Attachment; |
|
39 | 39 | |
40 | 40 | /** |
41 | 41 | * Determine if message has payload. |
@@ -49,5 +49,5 @@ discard block |
||
49 | 49 | * |
50 | 50 | * @return string|null |
51 | 51 | */ |
52 | - public function getData(): ?string; |
|
52 | + public function getData(): ? string; |
|
53 | 53 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace FondBot\Drivers\Extensions; |
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 FondBot\Drivers; |
6 | 6 | |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | * |
33 | 33 | * @return string|null |
34 | 34 | */ |
35 | - public function getName(): ?string |
|
35 | + public function getName(): ? string |
|
36 | 36 | { |
37 | 37 | return $this->name; |
38 | 38 | } |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | * |
43 | 43 | * @return string|null |
44 | 44 | */ |
45 | - public function getUsername(): ?string |
|
45 | + public function getUsername(): ? string |
|
46 | 46 | { |
47 | 47 | return $this->username; |
48 | 48 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace FondBot\Drivers\Exceptions; |
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 FondBot\Contracts; |
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 FondBot\Contracts; |
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 FondBot\Drivers; |
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 FondBot\Queue; |
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 FondBot\Drivers\Commands; |
6 | 6 |