Passed
Push — master ( f7ce50...d94e51 )
by Ondřej
02:04
created
src/Ivory/Result/CopyInResult.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\Result;
4 4
 
5 5
 use Ivory\Exception\ConnectionException;
Please login to merge, or discard this patch.
src/Ivory/Result/IResult.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\Result;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Result/QueryResult.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\Result;
4 4
 
5 5
 use Ivory\Connection\ITypeControl;
Please login to merge, or discard this patch.
src/Ivory/Result/CommandResult.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\Result;
4 4
 
5 5
 class CommandResult extends Result implements ICommandResult
Please login to merge, or discard this patch.
src/Ivory/Result/IQueryResult.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\Result;
4 4
 
5 5
 use Ivory\Relation\IRelation;
Please login to merge, or discard this patch.
src/Ivory/Result/Result.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\Result;
4 4
 
5 5
 abstract class Result implements IResult
Please login to merge, or discard this patch.
src/Ivory/ICoreFactory.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;
4 4
 
5 5
 use Ivory\Cache\ICacheControl;
Please login to merge, or discard this patch.
src/Ivory/Lang/SqlPattern/ISqlPatternParser.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\Lang\SqlPattern;
4 4
 
5 5
 interface ISqlPatternParser
Please login to merge, or discard this patch.
src/Ivory/Lang/SqlPattern/CachingSqlPatternParser.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\Lang\SqlPattern;
4 4
 
5 5
 use Ivory\Cache\ICacheControl;
Please login to merge, or discard this patch.