Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #167 from kylestev/patch-1
Browse files Browse the repository at this point in the history
Fix inconsistent variable/method name in stub
  • Loading branch information
freekmurze committed Jun 4, 2019
2 parents 589db09 + f3a41fd commit 712d314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/projector.stub
Expand Up @@ -9,7 +9,7 @@ final class DummyClass implements Projector
{
use ProjectsEvents;

public function onEventHappened(EventHappended $event)
public function onEventHappened(EventHappened $event)
{
}
}
2 changes: 1 addition & 1 deletion stubs/reactor.stub
Expand Up @@ -9,7 +9,7 @@ final class DummyClass implements EventHandler
{
use HandlesEvents;

public function onEventHappened(EventHappended $event)
public function onEventHappened(EventHappened $event)
{
}
}

0 comments on commit 712d314

Please sign in to comment.