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 ff2d429 commit 6cf4678Copy full SHA for 6cf4678
1 file changed
src/Attribute/AsMessageHandler.php
@@ -12,8 +12,8 @@
12
* 1) Register the message handler as a service within the container
13
* 2) Configure the route definition for the message handler to be used with the websocket server's router
14
*
15
- * Because of the second purpose, this attribute purposefully inherits from the {@see Route} annotation/attribute class
16
- * from Symfony's Routing component to allow using its annotation/attribute loaders.
+ * Because of the second purpose, this attribute purposefully inherits from the {@see Route} attribute class
+ * from Symfony's Routing component to allow using its attribute loaders.
17
*/
18
#[\Attribute(\Attribute::TARGET_CLASS)]
19
final class AsMessageHandler extends Route {}
0 commit comments