Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
fixed #106
Browse files Browse the repository at this point in the history
  • Loading branch information
nmred committed Jun 19, 2017
1 parent 758ae7a commit 89856c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Producer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$producer->success(function($result) {
var_dump($result);
});
$producer->error(function($errorCode, $context) {
$producer->error(function($errorCode) {
var_dump($errorCode);
});
$producer->send();

0 comments on commit 89856c1

Please sign in to comment.