1 | <?php |
||
18 | abstract class AbstractCommand extends Command |
||
19 | { |
||
20 | /** |
||
21 | * Returns a conveyor instance |
||
22 | * |
||
23 | * @param InputInterface $input The input instance |
||
24 | * @param OutputInterface $output The output instance |
||
25 | * @param null|\Symfony\Component\Console\Helper\HelperSet $helperSet The helperSet instance |
||
26 | * @return \Webcreate\Conveyor\Conveyor |
||
27 | */ |
||
28 | 2 | public function getConveyor(InputInterface $input, OutputInterface $output, $helperSet) |
|
32 | } |
||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.