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

16 lines
346 B
YAML
Raw Permalink Normal View History

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