| 1 | <?php |
||
| 15 | class ReplaceCommandHookDispatcher extends HookDispatcher |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param \Consolidation\AnnotatedCommand\CommandData $commandData |
||
| 20 | * |
||
| 21 | * @return int |
||
| 22 | */ |
||
| 23 | public function hasCommandReplacement(CommandData $commandData) { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param \Consolidation\AnnotatedCommand\CommandData $commandData |
||
| 29 | * |
||
| 30 | * @return \callable[] |
||
| 31 | */ |
||
| 32 | public function getReplaceCommandHooks(CommandData $commandData) { |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param \Consolidation\AnnotatedCommand\CommandData $commandData |
||
| 43 | * |
||
| 44 | * @return callable |
||
| 45 | */ |
||
| 46 | public function getReplacementCommand(CommandData $commandData) { |
||
| 55 | } |
||
| 56 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.