Passed
Push — stable ( 0d8cdb...757352 )
by Nuno
02:03
created
src/Adapters/Laravel/Commands/TestCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Execute the console command.
51 51
      *
52
-     * @return mixed
52
+     * @return integer|null
53 53
      */
54 54
     public function handle()
55 55
     {
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * Get the PHP binary to execute.
84 84
      *
85
-     * @return array
85
+     * @return string[]
86 86
      */
87 87
     protected function binary()
88 88
     {
Please login to merge, or discard this patch.