Completed
Push — master ( 19e74c...19e74c )
by DeGracia
04:30 queued 01:46
created
src/Outputs/Command.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 class Command implements Contracts\Output {
8 8
 
9 9
     /**
10
-     * @param DeGraciaMathieu\Clike\Contracts\Command $command [description]
10
+     * @param Contracts\Command $command [description]
11 11
      */
12 12
     public function __construct(Contracts\Command $command)
13 13
     {
Please login to merge, or discard this patch.
src/Outputs/Unauthorize.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 class Unauthorize implements Contracts\Output {
9 9
 
10 10
     /**
11
-     * @param DeGraciaMathieu\Clike\Contracts\Command $command [description]
11
+     * @param Contracts\Command $command [description]
12 12
      */
13 13
     public function __construct(Contracts\Command $command)
14 14
     {
Please login to merge, or discard this patch.