@@ -1,5 +1,5 @@ |
||
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; |
@@ -1,5 +1,5 @@ discard block |
||
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; |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | throw new \InvalidArgumentException('Invalid syntax of hstore value'); |
72 | 72 | } |
73 | 73 | |
74 | - $k = ($m[2][0] ? : $this->unescapeAtom($m[1][0])); |
|
74 | + $k = ($m[2][0] ?: $this->unescapeAtom($m[1][0])); |
|
75 | 75 | $v = (!empty($m[4][0]) ? null : (!empty($m[5][0]) ? $m[5][0] : $this->unescapeAtom($m[3][0]))); |
76 | 76 | $result[$k] = $v; |
77 | 77 |
@@ -1,5 +1,5 @@ |
||
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\Type\ConnectionDependentObject; |
@@ -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\Type\IValueSerializer; |
@@ -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\Connection\IConnection; |
@@ -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\Type\IValueSerializer; |
@@ -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\Type\IValueSerializer; |
@@ -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\Data\Map\IRelationMap; |