Passed
Push — master ( 6cd7aa...14d5fd )
by Ondřej
02:18
created
src/Ivory/Value/Alg/IDiscreteStepper.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/CallbackTupleHasher.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Relation\ITuple;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/ITupleEvaluator.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Relation\ITuple;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/ITupleFilter.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Relation\ITuple;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/CallbackTupleEvaluator.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Relation\ITuple;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/ITupleHasher.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Relation\ITuple;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/ComparableWithPhpOperators.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Exception\IncomparableException;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/ComparisonUtils.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 use Ivory\Exception\IncomparableException;
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/EqualableWithPhpOperators.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
 namespace Ivory\Value\Alg;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.