diff --git a/src/Repository/EventRepository.php b/src/Repository/EventRepository.php index bbd7ffc..496ff1e 100644 --- a/src/Repository/EventRepository.php +++ b/src/Repository/EventRepository.php @@ -48,7 +48,7 @@ public function storeOne(Event $event): ?Event } /** - * Dispatch Event. + * Dispatch an Event. */ public function dispatchEvent(object $event, string $name) {