|
@@ -4,7 +4,6 @@ discard block |
|
|
block discarded – undo |
|
4
|
4
|
namespace TheCodingMachine\PHPStan\Rules\TypeHints; |
|
5
|
5
|
|
|
6
|
6
|
|
|
7
|
|
-use phpDocumentor\Reflection\DocBlockFactory; |
|
8
|
7
|
use phpDocumentor\Reflection\Type; |
|
9
|
8
|
use phpDocumentor\Reflection\Types\Array_; |
|
10
|
9
|
use phpDocumentor\Reflection\Types\Boolean; |
|
@@ -25,8 +24,6 @@ discard block |
|
|
block discarded – undo |
|
25
|
24
|
use Roave\BetterReflection\Reflection\ReflectionFunction; |
|
26
|
25
|
use Roave\BetterReflection\Reflection\ReflectionMethod; |
|
27
|
26
|
use Roave\BetterReflection\Reflection\ReflectionParameter; |
|
28
|
|
-use Roave\BetterReflection\TypesFinder\PhpDocumentor\NamespaceNodeToReflectionTypeContext; |
|
29
|
|
-use Roave\BetterReflection\TypesFinder\ResolveTypes; |
|
30
|
27
|
|
|
31
|
28
|
abstract class AbstractMissingTypeHintRule implements Rule |
|
32
|
29
|
{ |
Please login to merge, or discard this patch.