@@ -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\Conversation\Activators; |
6 | 6 | |
@@ -26,7 +26,7 @@ discard block |
||
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 |