Skip to content

Commit

Permalink
Fix some linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Nov 13, 2024
1 parent fedec8b commit 5b7ead7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Service/EventService.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ public function addListenerLoader(ListenerLoaderInterface $loader): void
* Dispatches an event to all registered listeners
*
* @template T of object
*
* @param T $event
*
* @return Future<T>
*/
public function dispatch(object $event): Future
Expand Down
2 changes: 1 addition & 1 deletion tests/php/Service/EventServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class EventServiceTest extends SapphireTest
{
private function getService(): EventService
private function getService(): EventService
{
return Injector::inst()->get(EventService::class);
}
Expand Down

0 comments on commit 5b7ead7

Please sign in to comment.