Completed
Push — master ( cc759f...8d8339 )
by Vladimir
02:27
created
src/Conversation/Activators/Exact.php 1 patch
Spacing   +2 added lines, -2 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\Conversation\Activators;
6 6
 
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     public function matches(ReceivedMessage $message): bool
27 27
     {
28 28
         $text = $message->getText();
29
-        if($text === null) {
29
+        if ($text === null) {
30 30
             return false;
31 31
         }
32 32
 
Please login to merge, or discard this patch.