@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation; |
4 | 4 | |
5 | 5 | use Ivory\Exception\NotImplementedException; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation; |
4 | 4 | |
5 | 5 | class RelationSeekableIterator implements \SeekableIterator |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation; |
4 | 4 | |
5 | 5 | use Ivory\Relation\Alg\IValueComparator; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation; |
4 | 4 | |
5 | 5 | class ColumnIterator implements \SeekableIterator |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation; |
4 | 4 | |
5 | 5 | use Ivory\Relation\Alg\CallbackTupleFilter; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation; |
4 | 4 | |
5 | 5 | use Ivory\Exception\UndefinedColumnException; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation\Alg; |
4 | 4 | |
5 | 5 | class CallbackValueHasher extends CallbackAlg implements IValueHasher |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation\Alg; |
4 | 4 | |
5 | 5 | class CallbackValueFilter extends CallbackAlg implements IValueFilter |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace Ivory\Relation\Alg; |
4 | 4 | |
5 | 5 | use Ivory\Relation\ITuple; |