@@ -14,7 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace Humbug\PhpScoper\Console\Command; |
| 16 | 16 | |
| 17 | -use Closure; |
|
| 18 | 17 | use Humbug\PhpScoper\Autoload\ScoperAutoloadGenerator; |
| 19 | 18 | use Humbug\PhpScoper\Console\Configuration; |
| 20 | 19 | use Humbug\PhpScoper\Logger\ConsoleLogger; |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | use PhpParser\Node\Name\FullyQualified; |
| 23 | 23 | use PhpParser\Node\Scalar\String_; |
| 24 | 24 | use PhpParser\NodeVisitorAbstract; |
| 25 | -use Roave\BetterReflection\Reflector\ClassReflector; |
|
| 26 | 25 | |
| 27 | 26 | /** |
| 28 | 27 | * Prefixes the string scalar values. |