Passed
Push — master ( 1e90ce...e40881 )
by Dawid
02:24
created
Category
src/Annotation/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,5 +30,5 @@
 block discarded – undo
30 30
     /**
31 31
      * @var \FatCode\OpenApi\Annotation\Link[]|\FatCode\OpenApi\Annotation\Reference[]
32 32
      */
33
-    public $links = [];
33
+    public $links=[ ];
34 34
 }
Please login to merge, or discard this patch.
src/Annotation/Info/Contact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
 
32 32
     protected function getRequiredParameters(): array
33 33
     {
34
-        return [];
34
+        return [ ];
35 35
     }
36 36
 }
Please login to merge, or discard this patch.