Skip to content

Commit

Permalink
Merge pull request #1120 from gam6itko/job_handler_psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Aug 29, 2024
1 parent cb5a605 commit 0c0c3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface HandlerInterface
/**
* Handle incoming job.
*
* @param class-string<HandlerInterface> $name
* @param class-string<HandlerInterface>|non-empty-string $name
* @param non-empty-string $id
*/
public function handle(string $name, string $id, array $payload): void;
Expand Down

0 comments on commit 0c0c3db

Please sign in to comment.