@@ -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() |
@@ -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 | { |