Completed
Branch master (91169b)
by Sébastien
08:09
created
src/Callback/ContainerAwareCallback.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,6 @@
 block discarded – undo
57 57
     /**
58 58
      * Determine if the given string is in Class@method syntax.
59 59
      *
60
-     * @param  mixed  $callback
61 60
      * @return bool
62 61
      */
63 62
     protected function isCallableWithAtSign()
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace Sebdesign\SM\Callback;
13 13
 
14
+use Illuminate\Contracts\Container\Container as ContainerInterface;
14 15
 use SM\Callback\Callback;
15 16
 use SM\Event\TransitionEvent;
16
-use Illuminate\Contracts\Container\Container as ContainerInterface;
17 17
 
18 18
 class ContainerAwareCallback extends Callback
19 19
 {
Please login to merge, or discard this patch.
src/Commands/Debug.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,6 @@  discard block
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * @param array           $states
82
-     * @param OutputInterface $output
83 82
      */
84 83
     protected function printStates(array $states)
85 84
     {
@@ -90,7 +89,6 @@  discard block
 block discarded – undo
90 89
 
91 90
     /**
92 91
      * @param array           $transitions
93
-     * @param OutputInterface $output
94 92
      */
95 93
     protected function printTransitions(array $transitions)
96 94
     {
Please login to merge, or discard this patch.