Passed
Push — master ( 3a4530...269bc3 )
by Vladimir
02:50
created
src/Contracts/Drivers/User.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Contracts/Drivers/InvalidConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Contracts/Drivers/Extensions/WebhookInstallation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.