Completed
Push — master ( 91e132...1cf0a9 )
by Ayan
11:51
created
tests/Service/Hateoas/UtilTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * @param string $vendor
115
-     * @param string|integer $apiVersion
115
+     * @param string $apiVersion
116 116
      * @param string $acceptHeader
117 117
      *
118 118
      * @return Request
Please login to merge, or discard this patch.
src/Application.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     /**
170 170
      * Add a HEAD route
171 171
      *
172
-     * @param mixed $action
172
+     * @param string $action
173 173
      */
174 174
     public function head(string $route, $action): self
175 175
     {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * Add a OPTIONS route
183 183
      *
184
-     * @param mixed $action
184
+     * @param string $action
185 185
      */
186 186
     public function options(string $route, $action): self
187 187
     {
Please login to merge, or discard this patch.