@@ -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 | |
@@ -98,7 +98,7 @@ discard block |
||
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 |