Passed
Push — master ( f7ce50...d94e51 )
by Ondřej
02:04
created
src/Ivory/Type/Std/PathType.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\Std;
4 4
 
5 5
 use Ivory\Value\Path;
Please login to merge, or discard this patch.
src/Ivory/Type/Std/LineSegmentType.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\Std;
4 4
 
5 5
 use Ivory\Value\LineSegment;
Please login to merge, or discard this patch.
src/Ivory/Type/Std/PolygonType.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\Std;
4 4
 
5 5
 use Ivory\Value\Polygon;
Please login to merge, or discard this patch.
src/Ivory/Type/Std/StdTypeLoader.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\Std;
4 4
 
5 5
 use Ivory\Lang\Sql\Types;
Please login to merge, or discard this patch.
src/Ivory/Type/Std/BoxType.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\Std;
4 4
 
5 5
 use Ivory\Value\Box;
Please login to merge, or discard this patch.
src/Ivory/Type/ITypeDictionary.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
 use Ivory\Connection\IConnection;
Please login to merge, or discard this patch.
src/Ivory/Type/Postgresql/ArrayType.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\Postgresql;
4 4
 
5 5
 use Ivory\Exception\InternalException;
Please login to merge, or discard this patch.
src/Ivory/Type/BaseType.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
 use Ivory\NamedDbObject;
Please login to merge, or discard this patch.
src/Ivory/Type/Ivory/IdentifierSerializer.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.