Completed
Push — develop ( e58221...7a35e1 )
by Jaap
08:17 queued 01:05
created
src/phpDocumentor/Descriptor/Tag/BaseTypes/TypedAbstract.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace phpDocumentor\Descriptor\Tag\BaseTypes;
13 13
 
14
-use phpDocumentor\Descriptor\Collection;
15 14
 use phpDocumentor\Descriptor\TagDescriptor;
16 15
 use phpDocumentor\Reflection\Type;
17 16
 
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/ArgumentAssemblerTest.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Descriptor\Builder\Reflector;
14 14
 
15 15
 use Mockery as m;
16
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
17 16
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
18 17
 use phpDocumentor\Reflection\Php\Argument;
19 18
 use phpDocumentor\Reflection\Types\Boolean;
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Descriptor/MethodDescriptorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use phpDocumentor\Descriptor\Tag\AuthorDescriptor;
16 16
 use phpDocumentor\Descriptor\Tag\ReturnDescriptor;
17 17
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
18
-use phpDocumentor\Reflection\DocBlock\Tags\Return_;
19 18
 use phpDocumentor\Reflection\Types\String_;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
tests/features/bootstrap/Ast/ApiContext.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Behat\Contexts\Ast;
14 14
 
15 15
 use Behat\Behat\Context\Context;
16
-use Behat\Behat\Tester\Exception\PendingException;
17 16
 use Behat\Gherkin\Node\PyStringNode;
18 17
 use phpDocumentor\Descriptor\ArgumentDescriptor;
19 18
 use phpDocumentor\Descriptor\ClassDescriptor;
Please login to merge, or discard this patch.