1 | <?php |
||
20 | class ListHandlerCommand extends ContainerAwareCommand |
||
|
|||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function configure(): void |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function execute(InputInterface $input, OutputInterface $output): void |
||
45 | |||
46 | /** |
||
47 | * @return array |
||
48 | */ |
||
49 | private function getMetadata() |
||
53 | } |
||
54 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.