Skip to content

Commit

Permalink
Added an annotation return type to fix deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfurnierpmg committed Apr 9, 2024
1 parent a168971 commit 76819de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tactician/QueueingMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function __construct(Producer $producer)

/**
* {@inheritdoc}
* @return mixed
*/
public function execute($command, callable $next)
{
Expand Down

0 comments on commit 76819de

Please sign in to comment.