Completed
Push — develop ( 9193e7...62056c )
by Jaap
12:45 queued 02:43
created
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/ParamAssembler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
15 15
 use phpDocumentor\Descriptor\Tag\ParamDescriptor;
16
-use phpDocumentor\Reflection\DocBlock\Tag\ParamTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Param;
18
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
19 17
 
20 18
 /**
21 19
  * Constructs a new descriptor from the Reflector for an `@param` tag.
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/PropertyAssembler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
15 15
 use phpDocumentor\Descriptor\Tag\PropertyDescriptor;
16
-use phpDocumentor\Reflection\DocBlock\Tag\PropertyTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Property;
18
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
19 17
 
20 18
 /**
21 19
  * Constructs a new descriptor from the Reflector for an `@property` tag.
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/SeeAssembler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace phpDocumentor\Descriptor\Builder\Reflector\Tags;
13 13
 
14
-use phpDocumentor\Compiler\Linker\Linker;
15 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
16 15
 use phpDocumentor\Descriptor\Tag\SeeDescriptor;
17 16
 use phpDocumentor\Reflection\DocBlock\Context;
18
-use phpDocumentor\Reflection\DocBlock\Tag\SeeTag;
19 17
 use phpDocumentor\Reflection\DocBlock\Tags\See;
20 18
 use phpDocumentor\Reflection\DocBlock\Type\Collection;
21 19
 
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/SinceAssembler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
15 15
 use phpDocumentor\Descriptor\Tag\SinceDescriptor;
16
-use phpDocumentor\Reflection\DocBlock\Tag\SinceTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Since;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/ThrowsAssembler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
15 15
 use phpDocumentor\Descriptor\Tag\ThrowsDescriptor;
16
-use phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Throws;
18
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
19 17
 
20 18
 /**
21 19
  * Constructs a new descriptor from the Reflector for an `@throws` tag.
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/VarAssembler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
15 15
 use phpDocumentor\Descriptor\Tag\VarDescriptor;
16 16
 use phpDocumentor\Reflection\DocBlock\Tags\Var_;
17
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
18 17
 
19 18
 /**
20 19
  * Constructs a new descriptor from the Reflector for an `@var` tag.
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/VersionAssembler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
15 15
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
16
-use phpDocumentor\Reflection\DocBlock\Tag\VersionTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Version;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/TraitAssembler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace phpDocumentor\Descriptor\Builder\Reflector;
13 13
 
14 14
 use phpDocumentor\Descriptor\TraitDescriptor;
15
-use phpDocumentor\Reflection\ClassReflector\MethodReflector;
16
-use phpDocumentor\Reflection\ClassReflector\PropertyReflector;
17 15
 use phpDocumentor\Reflection\Php\Method;
18 16
 use phpDocumentor\Reflection\Php\Property;
19 17
 use phpDocumentor\Reflection\Php\Trait_;
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/ProjectDescriptorBuilder.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
      *
224 224
      * @param DescriptorAbstract $descriptor
225 225
      *
226
-     * @return DescriptorAbstract|null
226
+     * @return null|Filterable
227 227
      */
228 228
     protected function filterAndValidateDescriptor($descriptor)
229 229
     {
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
     }
291 291
 
292 292
     /**
293
-     * @return string
293
+     * @return PackageDescriptor
294 294
      */
295 295
     public function getDefaultPackage()
296 296
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use phpDocumentor\Descriptor\Filter\Filterable;
18 18
 use phpDocumentor\Descriptor\ProjectDescriptor\Settings;
19 19
 use phpDocumentor\Descriptor\Validator\Error;
20
-use phpDocumentor\Reflection\Fqsen;
21 20
 use phpDocumentor\Reflection\Php\Project;
22 21
 use phpDocumentor\Translator\Translator;
23 22
 use Psr\Log\LogLevel;
Please login to merge, or discard this patch.