Skip to content

Commit

Permalink
TASK: Adjust slot signature example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns authored and bwaidelich committed Jul 28, 2022
1 parent 15d5ff1 commit 5c0b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class Package extends BasePackage
$dispatcher->connect(
JobManager::class, 'messageFailed',
function(QueueInterface $queue, Message $message, \Exception $jobExecutionException = null) use ($bootstrap) {
function(QueueInterface $queue, Message $message, \Throwable $jobExecutionException = null) use ($bootstrap) {
$additionalData = [
'queue' => $queue->getName(),
'message' => $message->getIdentifier()
Expand Down

0 comments on commit 5c0b290

Please sign in to comment.