Passed
Branch master (b4ac3b)
by Tarmo
05:51
created
src/Rest/SearchTermInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/SearchTermInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Doc/RouteModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Doc/RouteModel.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Describer/ApiDocDescriberInformation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/ApiDocDescriberInformation.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Describer/Responses.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/Responses.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Describer/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/Response.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Describer/Rest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/Rest.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Describer/Tags.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/Tags.php
5 5
  *
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
             'tags' => [],
33 33
         ];
34 34
 
35
-        $filter = function ($annotation): bool {
35
+        $filter = function($annotation): bool {
36 36
             return $annotation instanceof SWG\Tag;
37 37
         };
38 38
 
Please login to merge, or discard this patch.
src/Rest/Describer/Summary.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/Summary.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Describer/Security.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Rest/Describer/Security.php
5 5
  *
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      */
47 47
     public function process(Operation $operation, RouteModel $routeModel): void
48 48
     {
49
-        $filter = function ($annotation): bool {
49
+        $filter = function($annotation): bool {
50 50
             return $annotation instanceof SecurityAnnotation;
51 51
         };
52 52
 
Please login to merge, or discard this patch.