@@ -8,7 +8,6 @@ |
||
8 | 8 | use PHPStan\Reflection\FunctionReflection; |
9 | 9 | use PHPStan\Reflection\MethodReflection; |
10 | 10 | use PHPStan\Rules\Rule; |
11 | -use PHPStan\ShouldNotHappenException; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * This rule checks that no superglobals are used in code. |