@@ -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\Contracts\Drivers; |
6 | 6 | |
@@ -18,12 +18,12 @@ discard block |
||
18 | 18 | * |
19 | 19 | * @return string|null |
20 | 20 | */ |
21 | - public function getName(): ?string; |
|
21 | + public function getName(): ? string; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Username. |
25 | 25 | * |
26 | 26 | * @return string|null |
27 | 27 | */ |
28 | - public function getUsername(): ?string; |
|
28 | + public function getUsername(): ? string; |
|
29 | 29 | } |
@@ -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\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\Contracts\Drivers\Extensions; |
6 | 6 |