Completed
Push — develop ( e58221...7a35e1 )
by Jaap
08:17 queued 01:05
created
unit/phpDocumentor/Descriptor/Builder/Reflector/ArgumentAssemblerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     }
90 90
 
91 91
     /**
92
-     * @param $name
92
+     * @param string $name
93 93
      * @param $type
94 94
      * @return Argument
95 95
      */
Please login to merge, or discard this patch.
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -202,6 +202,7 @@  discard block
 block discarded – undo
202 202
      * @param string $classFqsen
203 203
      * @param string $tagName
204 204
      * @param string $methodName
205
+     * @param integer $expectedCount
205 206
      * @Then class ":classFqsen" has a method named :method with exactly :expected tag :tagName
206 207
      */
207 208
     public function classHasMethodWithExpectedCountTag($classFqsen, $tagName, $methodName, $expectedCount)
@@ -214,7 +215,6 @@  discard block
 block discarded – undo
214 215
 
215 216
     /**
216 217
      * @param string $classFqsen
217
-     * @param string $tagName
218 218
      * @param string $methodName
219 219
      * @Then class ":classFqsen" has a method :method with argument ":argument is variadic
220 220
      */
@@ -233,7 +233,6 @@  discard block
 block discarded – undo
233 233
 
234 234
     /**
235 235
      * @param string $classFqsen
236
-     * @param string $tagName
237 236
      * @param string $methodName
238 237
      * @Then class ":classFqsen" has a method :method
239 238
      */
Please login to merge, or discard this patch.