@@ -76,6 +76,9 @@ |
||
76 | 76 | return $list; |
77 | 77 | } |
78 | 78 | |
79 | + /** |
|
80 | + * @return string |
|
81 | + */ |
|
79 | 82 | protected function processFilename($filename) |
80 | 83 | { |
81 | 84 | $dir = getcwd(); |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace CacheTool\Command; |
13 | 13 | |
14 | -use CacheTool\Util\Formatter; |
|
15 | 14 | use Symfony\Component\Console\Helper\Table; |
16 | 15 | use Symfony\Component\Console\Input\InputArgument; |
17 | 16 | use Symfony\Component\Console\Input\InputInterface; |
@@ -11,9 +11,7 @@ |
||
11 | 11 | |
12 | 12 | namespace CacheTool\Command; |
13 | 13 | |
14 | -use CacheTool\Util\Formatter; |
|
15 | 14 | use Symfony\Component\Console\Helper\Table; |
16 | -use Symfony\Component\Console\Helper\TableSeparator; |
|
17 | 15 | use Symfony\Component\Console\Input\InputInterface; |
18 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
19 | 17 |
@@ -43,6 +43,7 @@ |
||
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
46 | + * @param string $filename |
|
46 | 47 | * @return string |
47 | 48 | */ |
48 | 49 | protected function createWebFile($filename) |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace CacheTool\Adapter; |
13 | 13 | |
14 | 14 | use CacheTool\Code; |
15 | -use GuzzleHttp\Client; |
|
16 | -use Symfony\Component\Process\Process; |
|
17 | 15 | |
18 | 16 | class Web extends AbstractAdapter |
19 | 17 | { |