Completed
Pull Request — master (#164)
by Théo
02:23
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/NodeVisitor/StringScalarPrefixer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use PhpParser\Node\Stmt\PropertyProperty;
30 30
 use PhpParser\NodeVisitorAbstract;
31 31
 use function preg_match;
32
-use TypeError;
33 32
 
34 33
 /**
35 34
  * Prefixes the string scalar values.
Please login to merge, or discard this patch.