@@ -57,7 +57,6 @@ |
||
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() |
@@ -11,9 +11,9 @@ |
||
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 | { |
@@ -79,7 +79,6 @@ discard block |
||
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 |
||
90 | 89 | |
91 | 90 | /** |
92 | 91 | * @param array $transitions |
93 | - * @param OutputInterface $output |
|
94 | 92 | */ |
95 | 93 | protected function printTransitions(array $transitions) |
96 | 94 | { |