Skip to content

Commit 6cf4678

Browse files
committed
Remove annotation mentions
1 parent ff2d429 commit 6cf4678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Attribute/AsMessageHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* 1) Register the message handler as a service within the container
1313
* 2) Configure the route definition for the message handler to be used with the websocket server's router
1414
*
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.
15+
* Because of the second purpose, this attribute purposefully inherits from the {@see Route} attribute class
16+
* from Symfony's Routing component to allow using its attribute loaders.
1717
*/
1818
#[\Attribute(\Attribute::TARGET_CLASS)]
1919
final class AsMessageHandler extends Route {}

0 commit comments

Comments
 (0)