platform/api/symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof.yaml
2024-09-02 10:44:11 -07:00

15 lines
346 B
YAML

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