@@ -46,6 +46,9 @@ |
||
46 | 46 | ); |
47 | 47 | } |
48 | 48 | |
49 | + /** |
|
50 | + * @param Name|null $use |
|
51 | + */ |
|
49 | 52 | private function resolveNodeName(Name $name, ?Name $namespace, ?Name $use): Name |
50 | 53 | { |
51 | 54 | if (null !== $use) { |
@@ -17,10 +17,8 @@ |
||
17 | 17 | use Humbug\PhpScoper\Console\Configuration; |
18 | 18 | use Humbug\PhpScoper\Handler\HandleAddPrefix; |
19 | 19 | use Humbug\PhpScoper\Logger\ConsoleLogger; |
20 | -use InvalidArgumentException; |
|
21 | 20 | use Symfony\Component\Console\Command\Command; |
22 | 21 | use Symfony\Component\Console\Exception\RuntimeException; |
23 | -use Symfony\Component\Console\Input\ArrayInput; |
|
24 | 22 | use Symfony\Component\Console\Input\InputArgument; |
25 | 23 | use Symfony\Component\Console\Input\InputInterface; |
26 | 24 | use Symfony\Component\Console\Input\InputOption; |