platform/api/symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.yaml
2024-09-02 10:44:11 -07:00

23 lines
581 B
YAML

name: DescriptorCommand2
class_comment: null
dependencies:
- name: Command
type: class
source: Symfony\Component\Console\Command\Command
- name: InputArgument
type: class
source: Symfony\Component\Console\Input\InputArgument
- name: InputOption
type: class
source: Symfony\Component\Console\Input\InputOption
properties: []
methods:
- name: configure
visibility: protected
parameters: []
comment: null
traits:
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Input\InputArgument
- Symfony\Component\Console\Input\InputOption
interfaces: []