Passed
Push — master ( 60c378...33ffe1 )
by Ondřej
02:20
created
src/Ivory/Data/Map/IMappedObject.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\Data\Map;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Data/Map/IWritableTupleMap.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\Data\Map;
4 4
 
5 5
 use Ivory\Relation\ITuple;
Please login to merge, or discard this patch.
src/Ivory/Data/Map/IWritableValueMap.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\Data\Map;
4 4
 
5 5
 interface IWritableValueMap extends IValueMap
Please login to merge, or discard this patch.
src/Ivory/Data/Set/DictionarySet.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\Data\Set;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Exception/StatementException.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/UnsupportedException.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
 class UnsupportedException extends \LogicException
Please login to merge, or discard this patch.
src/Ivory/Exception/UndefinedSavepointException.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
 class UndefinedSavepointException extends \LogicException
Please login to merge, or discard this patch.
src/Ivory/Exception/ResultDimensionException.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/UndefinedColumnException.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
 class UndefinedColumnException extends \LogicException
Please login to merge, or discard this patch.