Completed
Push — develop ( 9193e7...62056c )
by Jaap
12:45 queued 02:43
created
src/phpDocumentor/Compiler/Pass/ExampleTagsEnricher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace phpDocumentor\Compiler\Pass;
13 13
 
14 14
 use phpDocumentor\Descriptor\DescriptorAbstract;
15
-use phpDocumentor\Descriptor\Example\Finder;
16 15
 use phpDocumentor\Compiler\CompilerPassInterface;
17 16
 use phpDocumentor\Descriptor\ProjectDescriptor;
18 17
 use phpDocumentor\Descriptor\Builder\Reflector\Tags\ExampleAssembler;
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/ArgumentAssembler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace phpDocumentor\Descriptor\Builder\Reflector;
13 13
 
14 14
 use phpDocumentor\Descriptor\ArgumentDescriptor;
15
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
16 15
 use phpDocumentor\Descriptor\Tag\ParamDescriptor;
17 16
 use phpDocumentor\Reflection\FunctionReflector\ArgumentReflector;
18 17
 use phpDocumentor\Reflection\Php\Argument;
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/ClassAssembler.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\ClassDescriptor;
15 15
 use phpDocumentor\Descriptor\Collection;
16 16
 use phpDocumentor\Reflection\ClassReflector;
17
-use phpDocumentor\Reflection\ConstantReflector;
18 17
 use phpDocumentor\Reflection\Php\Class_;
19 18
 use phpDocumentor\Reflection\Php\Constant;
20 19
 use phpDocumentor\Reflection\Php\Method;
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/FileAssembler.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -227,8 +227,8 @@
 block discarded – undo
227 227
     }
228 228
 
229 229
     /**
230
-     * @param $data
231
-     * @param $fileDescriptor
230
+     * @param File $data
231
+     * @param FileDescriptor $fileDescriptor
232 232
      */
233 233
     protected function overridePackageTag($data, $fileDescriptor)
234 234
     {
Please login to merge, or discard this patch.
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -14,18 +14,13 @@
 block discarded – undo
14 14
 use phpDocumentor\Descriptor\Collection;
15 15
 use phpDocumentor\Descriptor\FileDescriptor;
16 16
 use phpDocumentor\Descriptor\TagDescriptor;
17
-use phpDocumentor\Reflection\ClassReflector;
18
-use phpDocumentor\Reflection\ConstantReflector;
19 17
 use phpDocumentor\Reflection\FileReflector;
20
-use phpDocumentor\Reflection\FunctionReflector;
21
-use phpDocumentor\Reflection\InterfaceReflector;
22 18
 use phpDocumentor\Reflection\Php\Class_;
23 19
 use phpDocumentor\Reflection\Php\Constant;
24 20
 use phpDocumentor\Reflection\Php\File;
25 21
 use phpDocumentor\Reflection\Php\Function_;
26 22
 use phpDocumentor\Reflection\Php\Interface_;
27 23
 use phpDocumentor\Reflection\Php\Trait_;
28
-use phpDocumentor\Reflection\TraitReflector;
29 24
 
30 25
 /**
31 26
  * Assembles an FileDescriptor using an FileReflector and ParamDescriptors.
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/FunctionAssembler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
      * Creates a new ArgumentDescriptor from the given Reflector and Param.
115 115
      *
116 116
      * @param FunctionDescriptor                  $functionDescriptor
117
-     * @param FunctionReflector\ArgumentReflector $argument
117
+     * @param Argument $argument
118 118
      *
119 119
      * @return ArgumentDescriptor
120 120
      */
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/InterfaceAssembler.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\InterfaceDescriptor;
15
-use phpDocumentor\Reflection\ClassReflector\MethodReflector;
16
-use phpDocumentor\Reflection\ConstantReflector;
17 15
 use phpDocumentor\Reflection\InterfaceReflector;
18 16
 use phpDocumentor\Reflection\Php\Constant;
19 17
 use phpDocumentor\Reflection\Php\Interface_;
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/MethodAssembler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,11 +14,8 @@
 block discarded – undo
14 14
 
15 15
 use phpDocumentor\Descriptor\ArgumentDescriptor;
16 16
 use phpDocumentor\Reflection\DocBlock\Tags\Param;
17
-use phpDocumentor\Reflection\DocBlock\Type\Collection;
18 17
 use phpDocumentor\Descriptor\MethodDescriptor;
19 18
 use phpDocumentor\Reflection\ClassReflector\MethodReflector;
20
-use phpDocumentor\Reflection\DocBlock\Tag\ParamTag;
21
-use phpDocumentor\Reflection\FunctionReflector\ArgumentReflector;
22 19
 use phpDocumentor\Reflection\Php\Argument;
23 20
 use phpDocumentor\Reflection\Php\Method;
24 21
 
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/AuthorAssembler.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\AuthorDescriptor;
16
-use phpDocumentor\Reflection\DocBlock\Tag\AuthorTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Author;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/DeprecatedAssembler.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\Tag\DeprecatedDescriptor;
15 15
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
16
-use phpDocumentor\Reflection\DocBlock\Tag\DeprecatedTag;
17 16
 use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.