Passed
Push — feature/initial-implementation ( fb0c51...553b70 )
by Fike
02:25
created
src/API/Annotation/Mapping/Infrastructure/ViewAwareAnnotationInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 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\Mapping\Infrastructure;
6 6
 
@@ -9,5 +9,5 @@  discard block
 block discarded – undo
9 9
     /**
10 10
      * @return string[]
11 11
      */
12
-    public function getViews(): ?array;
12
+    public function getViews(): ? array;
13 13
 }
Please login to merge, or discard this patch.
src/API/Annotation/Mapping/Parameter/Normalizer.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\Mapping\Parameter;
6 6
 
Please login to merge, or discard this patch.
src/API/Annotation/Mapping/Parameter/PositionIncrementGap.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\Mapping\Parameter;
6 6
 
Please login to merge, or discard this patch.
src/API/Annotation/Mapping/Parameter/ScalingFactor.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\Mapping\Parameter;
6 6
 
Please login to merge, or discard this patch.
Mapping/Parameter/Infrastructure/AbstractStringParameterAnnotation.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\Mapping\Parameter\Infrastructure;
6 6
 
Please login to merge, or discard this patch.
Mapping/Parameter/Infrastructure/ParameterAnnotationInterface.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\Mapping\Parameter\Infrastructure;
6 6
 
Please login to merge, or discard this patch.
Mapping/Parameter/Infrastructure/AbstractBooleanParameterAnnotation.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\Mapping\Parameter\Infrastructure;
6 6
 
Please login to merge, or discard this patch.
Annotation/Mapping/Parameter/Infrastructure/AbstractParameterAnnotation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 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\Mapping\Parameter\Infrastructure;
6 6
 
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * @return array
31 31
      */
32
-    public function getViews(): ?array
32
+    public function getViews(): ? array
33 33
     {
34 34
         return $this->views;
35 35
     }
Please login to merge, or discard this patch.
Mapping/Parameter/Infrastructure/AbstractIntegerParameterAnnotation.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\Mapping\Parameter\Infrastructure;
6 6
 
Please login to merge, or discard this patch.