Completed
Pull Request — master (#5)
by David
02:12
created
src/Rules/TypeHints/MissingTypeHintInMethodRule.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 
4 4
 namespace TheCodingMachine\PHPStan\Rules\TypeHints;
5 5
 
6
-use BetterReflection\Reflection\ReflectionFunction;
7 6
 use BetterReflection\Reflection\ReflectionFunctionAbstract;
8
-use BetterReflection\Reflection\ReflectionMethod;
9 7
 use BetterReflection\Reflection\ReflectionParameter;
10 8
 use PhpParser\Node;
11
-use PHPStan\Reflection\MethodReflection;
12 9
 
13 10
 class MissingTypeHintInMethodRule extends AbstractMissingTypeHintRule
14 11
 {
Please login to merge, or discard this patch.