Completed
Push — master ( f3fb69...091fb5 )
by Vladimir
02:37
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
 
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      *
99 99
      * @return Context
100 100
      */
101
-    public function setInteraction(?Interaction $interaction): Context
101
+    public function setInteraction(?Interaction $interaction) : Context
102 102
     {
103 103
         $this->interaction = $interaction;
104 104
 
Please login to merge, or discard this patch.