platform/api/symfony/Bundle/TwigBundle/Command/LintCommand.yaml

24 lines
489 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: LintCommand
class_comment: null
dependencies:
- name: BaseLintCommand
type: class
source: Symfony\Bridge\Twig\Command\LintCommand
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
properties: []
methods:
- name: configure
visibility: protected
parameters: []
comment: null
- name: findFiles
visibility: protected
parameters:
- name: filename
comment: null
traits:
- Symfony\Component\Console\Attribute\AsCommand
interfaces: []