@@ -69,6 +69,7 @@ |
||
69 | 69 | * |
70 | 70 | * @var string $filename |
71 | 71 | * |
72 | + * @param string $filename |
|
72 | 73 | * @return string $path |
73 | 74 | */ |
74 | 75 | public function createPath($filename) |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use JsLocalization\Facades\ConfigCachingService; |
9 | 9 | use JsLocalization\Facades\MessageCachingService; |
10 | 10 | use Symfony\Component\Console\Input\InputOption; |
11 | -use Symfony\Component\Console\Input\InputArgument; |
|
12 | 11 | |
13 | 12 | class ExportCommand extends Command |
14 | 13 | { |