@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Mapping\Type; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Mapping\Type; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Mapping\Type; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Mapping\Type; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Mapping\Type; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Test\Suite\Unit\Mapping; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\Test\Support\ElasticSearch\Dummy; |
| 6 | 6 | |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\API\Entity\Indexing; |
| 6 | 6 | |
| 7 | 7 | interface IndexingInterface |
| 8 | 8 | { |
| 9 | - public function getReadIndices(): array ; |
|
| 10 | - public function getWriteIndices(): array ; |
|
| 9 | + public function getReadIndices(): array; |
|
| 10 | + public function getWriteIndices(): array; |
|
| 11 | 11 | public function getType(): string; |
| 12 | 12 | public function getOptions(): array; |
| 13 | 13 | } |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace AmaTeam\ElasticSearch\API\Entity\Mapping; |
| 6 | 6 | |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | /** |
| 27 | 27 | * @return string[]|null |
| 28 | 28 | */ |
| 29 | - public function getForcedViewNames(): ?array; |
|
| 29 | + public function getForcedViewNames(): ? array; |
|
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @param string[] $names |