platform/api/symfony/Component/AssetMapper/Command/VersionProblemCommandTrait.yaml

22 lines
581 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: VersionProblemCommandTrait
class_comment: null
dependencies:
- name: ImportMapVersionChecker
type: class
source: Symfony\Component\AssetMapper\ImportMap\ImportMapVersionChecker
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
properties: []
methods:
- name: renderVersionProblems
visibility: private
parameters:
- name: importMapVersionChecker
- name: output
comment: null
traits:
- Symfony\Component\AssetMapper\ImportMap\ImportMapVersionChecker
- Symfony\Component\Console\Output\OutputInterface
interfaces: []