@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Marcosh\Effector\Effect\Http; |
6 | 6 |
@@ -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 Marcosh\Effector\Effect\Http; |
6 | 6 | |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | */ |
16 | 16 | private $emitter; |
17 | 17 | |
18 | - public function __construct(?EmitterInterface $emitter = null) |
|
18 | + public function __construct(? EmitterInterface $emitter = null) |
|
19 | 19 | { |
20 | 20 | if (null === $emitter) { |
21 | 21 | $emitter = new SapiEmitter(); |