api/symfony/Component/DependencyInjection/Tests/Fixtures/config/stack.yaml

12 lines
268 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: stack
class_comment: null
dependencies:
- name: Foo
type: class
source: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
properties: []
methods: []
traits:
- Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
interfaces: []