16 lines
378 B
YAML
16 lines
378 B
YAML
|
name: BadMethodContextDummy
|
||
|
class_comment: '# * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: Context
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Attribute\Context
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: badMethod
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Attribute\Context
|
||
|
interfaces: []
|