Completed
Pull Request — master (#1)
by David
01:42
created
src/Rules/TypeHints/MissingTypeHintInFunctionRule.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 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 9
 
Please login to merge, or discard this patch.
src/Rules/TypeHints/MissingTypeHintInMethodRule.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 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 9
 
Please login to merge, or discard this patch.