Skip to content

Commit

Permalink
Fix old-style comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasnoback committed May 8, 2015
1 parent e9643d2 commit 3397118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/publishing_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $publisher = ...;

$eventBus->appendMiddleware(new AlwaysPublishesMessages($publisher));

// $event is an instance of Message
// $event is an object
$event = ...;

$eventBus->handle($event);
Expand Down

0 comments on commit 3397118

Please sign in to comment.