api/symfony/Component/Messenger/Tests/Fixtures/DummyCommandWithDescriptionHandler.yaml
2024-09-26 02:03:21 -07:00

13 lines
296 B
YAML

name: DummyCommandWithDescriptionHandler
class_comment: '# * Used whenever a test needs to show a message handler with a class
description.'
dependencies: []
properties: []
methods:
- name: __invoke
visibility: public
parameters:
- name: command
comment: null
traits: []
interfaces: []