Completed
Push — master ( f5d8ab...019284 )
by Vladimir
03:12
created
src/Drivers/Commands/SendMessage.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\Drivers\Commands;
6 6
 
@@ -49,12 +49,12 @@  discard block
 block discarded – undo
49 49
         return $this->recipient;
50 50
     }
51 51
 
52
-    public function getText(): ?string
52
+    public function getText(): ? string
53 53
     {
54 54
         return $this->text;
55 55
     }
56 56
 
57
-    public function getTemplate(): ?Template
57
+    public function getTemplate(): ? Template
58 58
     {
59 59
         return $this->template;
60 60
     }
Please login to merge, or discard this patch.