Passed
Push — master ( 91e183...a35924 )
by Radu
02:16
created
src/WebServCo/Api/AbstractSecurity.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -61,16 +61,16 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-    * @return array<string,string>
65
-    */
64
+     * @return array<string,string>
65
+     */
66 66
     public function getClientContentTypes(): array
67 67
     {
68 68
         return $this->clientContentTypes;
69 69
     }
70 70
 
71 71
     /**
72
-    * @param array<int,string> $allowedMethods
73
-    */
72
+     * @param array<int,string> $allowedMethods
73
+     */
74 74
     public function setAllowedMethods(array $allowedMethods): bool
75 75
     {
76 76
         $this->allowedMethods = $allowedMethods;
@@ -78,8 +78,8 @@  discard block
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-    * @param array<int,string> $supportedContentTypes
82
-    */
81
+     * @param array<int,string> $supportedContentTypes
82
+     */
83 83
     public function setSupportedContentTypes(array $supportedContentTypes): bool
84 84
     {
85 85
         $this->supportedContentTypes = $supportedContentTypes;
Please login to merge, or discard this patch.