Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Oct 28, 2022
1 parent edd76ed commit 269c0bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/EventEmitting/EmitterAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ public function getEmitter(): EventEmitter;
* @return $this
*/
public function setEmitter(EventEmitter $emitter);
}
}
2 changes: 1 addition & 1 deletion src/EventEmitting/EmitterAwarePolyfill.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public function getListenerRegistry(): ListenerRegistry
{
return $this->getEmitter();
}
}
}
2 changes: 1 addition & 1 deletion src/EventEmitting/EventEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public function emit(object $event): object
{
return $this->dispatch($event);
}
}
}

0 comments on commit 269c0bb

Please sign in to comment.