@@ -109,7 +109,6 @@ |
||
109 | 109 | /** |
110 | 110 | * Checks for and actions all actions |
111 | 111 | * @param InputInterface $input |
112 | - * @param OutputInterface $output |
|
113 | 112 | */ |
114 | 113 | protected function copyOptions(InputInterface $input) |
115 | 114 | { |
@@ -186,8 +186,8 @@ |
||
186 | 186 | |
187 | 187 | /** |
188 | 188 | * Recursively deletes a directory |
189 | - * @param $dir |
|
190 | - * @return bool |
|
189 | + * @param string $dir |
|
190 | + * @return boolean|null |
|
191 | 191 | */ |
192 | 192 | private function deleteDirectory($dir) |
193 | 193 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SilverStripe\Porter\Tests; |
4 | 4 | |
5 | 5 | use PHPUnit\Framework\TestCase; |
6 | -use SilverStripe\Assets\Filesystem; |
|
7 | 6 | use SilverStripe\Porter\Commands\CreateModuleCommand; |
8 | 7 | use Symfony\Component\Console\Tester\CommandTester; |
9 | 8 | use Symfony\Component\Yaml\Exception\RuntimeException; |