Skip to content

Commit

Permalink
chore: fix psalm annotation of UserDeleted event listener
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Oct 25, 2023
1 parent 8d22b65 commit 5633a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Listener/UserDeleted.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
use Psr\Log\LoggerInterface;

/**
* @implements IEventListener<UserDeletedEvent>
* @template-implements IEventListener<UserDeletedEvent>
*/
class UserDeleted implements IEventListener {

Expand Down

0 comments on commit 5633a4c

Please sign in to comment.