Passed
Pull Request — master (#11)
by Jim
01:56
created
Command/TaskCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * @param InputInterface $input
20 20
      * @param OutputInterface $output
21
-     * @return int|null
21
+     * @return null|boolean
22 22
      */
23 23
     public function execute(InputInterface $input, OutputInterface $output)
24 24
     {
Please login to merge, or discard this patch.