@@ -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; |
| 6 | 6 | |
@@ -58,7 +58,7 @@ discard block |
||
| 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 | |