Passed
Push — feature/initial-implementation ( f3915b...fbd338 )
by Fike
02:22
created
src/API/Entity/Indexing/IndexingInterface.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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
     public function setOption(string $name, $value);
Please login to merge, or discard this patch.
src/API/Annotation/Indexing/Infrastructure/OptionAnnotationInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace AmaTeam\ElasticSearch\API\Annotation\Indexing\Infrastructure;
6 6
 
Please login to merge, or discard this patch.
API/Annotation/Indexing/Infrastructure/AbstractIntegerOptionAnnotation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace AmaTeam\ElasticSearch\API\Annotation\Indexing\Infrastructure;
6 6
 
Please login to merge, or discard this patch.
src/API/Annotation/Indexing/Infrastructure/AbstractOptionAnnotation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace AmaTeam\ElasticSearch\API\Annotation\Indexing\Infrastructure;
6 6
 
Please login to merge, or discard this patch.
src/API/Annotation/Indexing/NumberOfReplicas.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace AmaTeam\ElasticSearch\API\Annotation\Indexing;
6 6
 
Please login to merge, or discard this patch.
src/Entity/Annotation/Listener/Indexing/ParameterAnnotationListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace AmaTeam\ElasticSearch\Entity\Annotation\Listener\Indexing;
6 6
 
Please login to merge, or discard this patch.