Passed
Pull Request — master (#280)
by Théo
52:11
created
src/PhpParser/NodeVisitor/Resolver/FullyQualifiedNameResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         );
71 71
     }
72 72
 
73
+    /**
74
+     * @param null|Name $use
75
+     */
73 76
     private function resolveNodeName(Name $name, ?Name $namespace, ?Name $use): Name
74 77
     {
75 78
         if (null !== $use) {
Please login to merge, or discard this patch.
src/Console/ApplicationFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use PhpParser\Parser;
30 30
 use PhpParser\ParserFactory;
31 31
 use Roave\BetterReflection\Reflector\ClassReflector;
32
-use Roave\BetterReflection\Reflector\FunctionReflector;
33 32
 use Roave\BetterReflection\SourceLocator\Ast\Locator;
34 33
 use Roave\BetterReflection\SourceLocator\Type\MemoizingSourceLocator;
35 34
 use Roave\BetterReflection\SourceLocator\Type\PhpInternalSourceLocator;
Please login to merge, or discard this patch.