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

Commit

Permalink
Fixed a checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Feb 5, 2014
1 parent 9b183e0 commit 5e5f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fabiang/Xmpp/Event/EventManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function __construct(EventInterface $eventObject = null)
/**
* {@inheritDoc}
*/
public function attach($event, /* callback */$callback)
public function attach($event, $callback)
{
if (!is_callable($callback, true)) {
throw new InvalidArgumentException(
Expand Down

0 comments on commit 5e5f420

Please sign in to comment.