Skip to content

Commit

Permalink
Update NotifierFactoryInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh authored Sep 11, 2024
1 parent 7233816 commit 5bc9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/AsyncEvent/NotifierFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function create(string $type): NotifierInterface;
/**
* Get available event sinks
*
* @return array
* @return string[]
*/
public function getSinks(): array;
}

0 comments on commit 5bc9e4c

Please sign in to comment.