23 lines
479 B
YAML
23 lines
479 B
YAML
|
name: YamlLintCommand
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: AsCommand
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Attribute\AsCommand
|
||
|
- name: BaseLintCommand
|
||
|
type: class
|
||
|
source: Symfony\Component\Yaml\Command\LintCommand
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: configure
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Attribute\AsCommand
|
||
|
interfaces: []
|