Passed
Push — master ( 6cd7aa...14d5fd )
by Ondřej
02:18
created
src/Ivory/Type/Ivory/SqlSerializer.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\Type\Ivory;
4 4
 
5 5
 use Ivory\Type\IValueSerializer;
Please login to merge, or discard this patch.
src/Ivory/Type/Ivory/ConnectionDependentValueSerializer.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\Type\Ivory;
4 4
 
5 5
 use Ivory\Connection\IConnection;
Please login to merge, or discard this patch.
src/Ivory/Type/Ivory/QuotedIdentifierSerializer.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\Type\Ivory;
4 4
 
5 5
 use Ivory\Type\IValueSerializer;
Please login to merge, or discard this patch.
src/Ivory/Type/TypeProviderList.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\Type;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Exception/StatementExceptionFactory.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\Exception;
4 4
 
5 5
 use Ivory\Lang\Sql\SqlState;
Please login to merge, or discard this patch.
src/Ivory/Exception/UsageException.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\Exception;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Exception/NoDataException.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\Exception;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Exception/InvalidResultException.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\Exception;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Exception/ImmutableException.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\Exception;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.