Completed
Push — stable ( 86ecc3...3a45ea )
by Nuno
07:34
created
src/Commands/Command.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -49,6 +49,7 @@
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * {@innerdoc}.
52
+     * @param \Illuminate\Contracts\Foundation\Application $laravel
52 53
      */
53 54
     public function setLaravel($laravel)
54 55
     {
Please login to merge, or discard this patch.
tests/BaseCommandTest.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
             {
77 77
             }
78 78
 
79
+            /**
80
+             * @param \PHPUnit\Framework\MockObject\MockObject $output
81
+             */
79 82
             public function setOutput($output)
80 83
             {
81 84
                 $this->output = $output;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use LaravelZero\Framework\Commands\Command;
6 6
 use Symfony\Component\Console\Output\OutputInterface;
7
-use NunoMaduro\LaravelDesktopNotifier\Contracts\Notifier;
8 7
 
9 8
 class BaseCommandTest extends TestCase
10 9
 {
Please login to merge, or discard this patch.