We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401ac36 commit 4633bd4Copy full SHA for 4633bd4
messenger.rst
@@ -809,17 +809,17 @@ the ``SenderInterface`` and ``ReceiverInterface``). It will look like this::
809
810
class YourTransport implements TransportInterface
811
{
812
- public function send($message) : void
+ public function send($message): void
813
814
// ...
815
}
816
817
- public function receive(callable $handler) : void
+ public function receive(callable $handler): void
818
819
820
821
822
- public function stop() : void
+ public function stop(): void
823
824
825
0 commit comments