@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation\Alg; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Relation; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Type; |
| 5 | 5 | |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * provided in the first argument |
| 80 | 80 | * @return bool whether the type has actually been unregistered (<tt>false</tt> if it was not registered) |
| 81 | 81 | */ |
| 82 | - public function unregisterType($schemaNameOrType, ?string $typeName = null): bool |
|
| 82 | + public function unregisterType($schemaNameOrType, ?string $typeName = null) : bool |
|
| 83 | 83 | { |
| 84 | 84 | if ($schemaNameOrType instanceof IType) { |
| 85 | 85 | if ($typeName !== null) { |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | $schemaNameOrFunc, |
| 191 | 191 | ?string $funcName = null, |
| 192 | 192 | ?ITotallyOrderedType $subtype = null |
| 193 | - ): bool { |
|
| 193 | + ) : bool { |
|
| 194 | 194 | if ($schemaNameOrFunc instanceof IRangeCanonicalFunc) { |
| 195 | 195 | if ($funcName !== null) { |
| 196 | 196 | $msg = sprintf( |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Type; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Type\Std; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Type\Std; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Type\Std; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Ivory\Type\Std; |
| 5 | 5 | |