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

20 lines
677 B
YAML
Raw Normal View History

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