Skip to content

Commit

Permalink
Merge pull request #16 from tiklemyloc/master
Browse files Browse the repository at this point in the history
Missing argument for createReplyMessage()
  • Loading branch information
makasim authored Feb 6, 2019
2 parents 328216c + d79902e commit 146767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Queue/PopulateProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function createExceptionReplyMessage(Context $context, Message $message,
$e->getLine()
);

return $this->createReplyMessage($context, $message, $errorMessage);
return $this->createReplyMessage($context, $message, $objectsCount, $errorMessage);
}

private function createReplyMessage(Context $context, Message $message, int $objectsCount, string $error = null): Message
Expand Down

0 comments on commit 146767a

Please sign in to comment.