platform/api/symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathDummy.yaml
2024-09-02 10:44:11 -07:00

21 lines
482 B
YAML

name: SerializedPathDummy
class_comment: "# * @author Tobias B\xF6nner <tobi@boenner.family>"
dependencies:
- name: SerializedPath
type: class
source: Symfony\Component\Serializer\Attribute\SerializedPath
properties:
- name: three
visibility: public
comment: null
- name: seven
visibility: public
comment: null
methods:
- name: getSeven
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Attribute\SerializedPath
interfaces: []