Completed
Push — master ( e0892e...1c1274 )
by David
12s
created
src/Rules/Superglobals/NoSuperglobalsRule.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.