Completed
Push — master ( 936f9a...d65c6b )
by Ondřej
02:46
created
src/Ivory/Connection/IStatementExecution.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\Connection;
4 4
 
5 5
 use Ivory\Exception\ResultDimensionException;
Please login to merge, or discard this patch.
src/Ivory/Connection/ISessionControl.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\Connection;
4 4
 
5 5
 use Ivory\Connection\Config\IConnConfig;
Please login to merge, or discard this patch.
src/Ivory/Connection/Connection.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\Connection;
4 4
 
5 5
 use Ivory\Connection\Config\ConnConfig;
Please login to merge, or discard this patch.
src/Ivory/Connection/Config/IConfigObserver.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\Connection\Config;
4 4
 
5 5
 use Ivory\Value\Quantity;
Please login to merge, or discard this patch.
src/Ivory/Connection/Config/ConnConfigTransactionWatcher.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\Connection\Config;
4 4
 
5 5
 use Ivory\Connection\ITransactionControlObserver;
Please login to merge, or discard this patch.
src/Ivory/Connection/Config/ConnConfig.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\Connection\Config;
4 4
 
5 5
 use Ivory\Connection\ConnectionControl;
Please login to merge, or discard this patch.
src/Ivory/Connection/Config/CachingConnConfig.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\Connection\Config;
4 4
 
5 5
 class CachingConnConfig extends ConnConfig implements ICachingConnConfig
Please login to merge, or discard this patch.
src/Ivory/Connection/Config/ICachingConnConfig.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\Connection\Config;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Connection/Config/ConfigParamType.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\Connection\Config;
4 4
 
5 5
 use Ivory\Exception\UnsupportedException;
Please login to merge, or discard this patch.