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