16 lines
346 B
YAML
16 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: []
|