Completed
Push — master ( 936f9a...d65c6b )
by Ondřej
02:46
created
src/Ivory/Data/ValuesRelation.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;
4 4
 
5 5
 /**
Please login to merge, or discard this patch.
src/Ivory/Data/Map/IRelationMap.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\IRelation;
Please login to merge, or discard this patch.
src/Ivory/Data/Map/ArrayMapMacros.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
 // Until PHP has generics, there will have to be separate interfaces for maps storing different types of objects.
Please login to merge, or discard this patch.
src/Ivory/Data/Map/ArrayRelationMap.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
 class ArrayRelationMap implements \IteratorAggregate, IRelationMap
Please login to merge, or discard this patch.
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/Relation.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;
4 4
 
5 5
 use Ivory\Connection\IConnection;
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.