Passed
Push — master ( 64171d...4510f4 )
by Vladimir
10:35
created
src/Conversation/Context.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;
6 6
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
         return $this->interaction;
59 59
     }
60 60
 
61
-    public function setInteraction(?Interaction $interaction): Context
61
+    public function setInteraction(?Interaction $interaction) : Context
62 62
     {
63 63
         $this->interaction = $interaction;
64 64
 
Please login to merge, or discard this patch.