platform/api/symfony/Bundle/TwigBundle/Command/LintCommand.yaml
2024-09-02 10:44:11 -07:00

23 lines
489 B
YAML

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: []