Completed
Push — master ( 38d0b4...b76d7f )
by Franco
01:27
created
src/Commands/CreateDataObjectCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
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.