1 | <?php |
||
11 | class ProxyCommand extends Command |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @var Container |
||
16 | */ |
||
17 | private $container; |
||
18 | |||
19 | /** |
||
20 | * @var string |
||
21 | */ |
||
22 | private $serviceId; |
||
23 | |||
24 | /** |
||
25 | * @param Container $container |
||
26 | * @param Application $application |
||
27 | * @param string $serviceId |
||
28 | * @param string $name |
||
29 | * @param string $description |
||
30 | * @param string|array $alias |
||
31 | * @param array $definition |
||
32 | */ |
||
33 | public function __construct( |
||
54 | |||
55 | /** |
||
56 | * @param InputInterface $input |
||
57 | * @param OutputInterface $output |
||
58 | * @return int|null |
||
59 | */ |
||
60 | protected function execute(InputInterface $input, OutputInterface $output) |
||
69 | } |
||
70 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.