@@ -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) |
@@ -7,8 +7,6 @@ |
||
| 7 | 7 | use JsLocalization\Exceptions\ConfigException; |
| 8 | 8 | use JsLocalization\Facades\ConfigCachingService; |
| 9 | 9 | use JsLocalization\Facades\MessageCachingService; |
| 10 | -use Symfony\Component\Console\Input\InputOption; |
|
| 11 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 12 | 10 | |
| 13 | 11 | class ExportCommand extends Command |
| 14 | 12 | { |