8000 Remove this useless `@return` statement · symfony/symfony@0ddb2d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ddb2d1

Browse files
committed
Remove this useless @return statement
1 parent a5a2a75 commit 0ddb2d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Messenger/Handler/MessageSubscriberInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ interface MessageSubscriberInterface extends MessageHandlerInterface
4040
* ];
4141
*
4242
* The `__invoke` method of the handler will be called as usual with the message to handle.
43-
*
44-
* @return array
4543
*/
4644
public static function getHandledMessages(): iterable;
4745
}

0 commit comments

Comments
 (0)
0