Completed
Push — master ( d3a152...06e516 )
by Franco
01:17
created
tests/PHP/CreateModuleCommandTest.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,8 +186,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Commands/CreateDataObjectCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,6 @@
 block discarded – undo
126 126
     /**
127 127
      * Checks for and actions all actions
128 128
      * @param InputInterface $input
129
-     * @param OutputInterface $output
130 129
      */
131 130
     protected function postCopyOptions(InputInterface $input)
132 131
     {
Please login to merge, or discard this patch.