Completed
Push — develop ( dd1d2d...574c1c )
by Baptiste
02:12
created
src/Definition/Service/Constructor/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Definition\Service\Constructor;
5 5
 
Please login to merge, or discard this patch.
src/Lazy/Stream.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Lazy;
5 5
 
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     /**
206 206
      * {@inheritdoc}
207 207
      */
208
-    public function foreach(callable $function): StreamInterface
208
+    public function foreach (callable $function): StreamInterface
209 209
     {
210 210
         return $this->stream()->foreach($function);
211 211
     }
Please login to merge, or discard this patch.
src/Lazy/Set.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Lazy;
5 5
 
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * {@inheritdoc}
172 172
      */
173
-    public function foreach(callable $function): SetInterface
173
+    public function foreach (callable $function): SetInterface
174 174
     {
175 175
         return $this->set()->foreach($function);
176 176
     }
Please login to merge, or discard this patch.
src/Lazy/Map.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Lazy;
5 5
 
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     /**
201 201
      * {@inheritdoc}
202 202
      */
203
-    public function foreach(callable $function): MapInterface
203
+    public function foreach (callable $function): MapInterface
204 204
     {
205 205
         return $this->loadedMap()->foreach($function);
206 206
     }
Please login to merge, or discard this patch.
src/Compilation/MethodName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Compilation;
5 5
 
Please login to merge, or discard this patch.
src/Compilation/Dependency/Parameter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Compilation\Dependency;
5 5
 
Please login to merge, or discard this patch.
src/Compilation/Service/Argument.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Compilation\Service;
5 5
 
Please login to merge, or discard this patch.
src/Compilation/Service/Argument/Lazy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Compilation\Service\Argument;
5 5
 
Please login to merge, or discard this patch.
src/Compilation/Service/Constructor/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Innmind\Compose\Compilation\Service\Constructor;
5 5
 
Please login to merge, or discard this patch.