Completed
Push — master ( 082b72...e854dc )
by Marco
01:52
created
src/Effect/Http/ReceiveRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Effect/Http/EmitResponse.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 Marcosh\Effector\Effect\Http;
6 6
 
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
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();
Please login to merge, or discard this patch.