Passed
Push — master ( 913c0a...fd8403 )
by Ondřej
05:45
created
src/Ivory/Value/Alg/CallbackValueHasher.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
 class CallbackValueHasher extends CallbackAlg implements IValueHasher
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/IntegerStepper.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
 class IntegerStepper implements IDiscreteStepper
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/IValueHasher.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
 interface IValueHasher
Please login to merge, or discard this patch.
src/Ivory/Value/Alg/IValueFilter.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
 interface IValueFilter
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.
src/Ivory/Value/Alg/CallbackValueEqualizer.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
 class CallbackValueEqualizer extends CallbackAlg implements IValueEqualizer
Please login to merge, or discard this patch.