Test Setup Failed
Pull Request — master (#228)
by Théo
07:55
created
src/Reflector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use ReflectionFunction;
19 19
 use Roave\BetterReflection\Identifier\Exception\InvalidIdentifierName;
20 20
 use Roave\BetterReflection\Reflector\ClassReflector;
21
-use Roave\BetterReflection\Reflector\Exception\IdentifierNotFound;
22 21
 use Roave\BetterReflection\Reflector\FunctionReflector;
23 22
 use function array_key_exists;
24 23
 use function array_values;
Please login to merge, or discard this patch.
src/PhpParser/NodeVisitor/StringScalarPrefixer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
 use function is_string;
40 40
 use function preg_match;
41 41
 use function strpos;
42
-use Throwable;
43 42
 
44 43
 /**
45 44
  * Prefixes the string scalar values.
Please login to merge, or discard this patch.