From 2eeb093f8eae2b56a7279b8afc308f93270dd2f9 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Mon, 16 Oct 2023 19:59:40 +0000 Subject: [PATCH] Continuous Integration Build Artifacts --- src/Infrastructure/Finder.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Infrastructure/Finder.php b/src/Infrastructure/Finder.php index 5ed9dd1..f7ad532 100644 --- a/src/Infrastructure/Finder.php +++ b/src/Infrastructure/Finder.php @@ -40,7 +40,8 @@ final class Finder /** * @return Listener[] */ - public function getListeners(): array { + public function getListeners(): array + { $this->populateClassnames(); return array_map( static fn (array $h): Listener @@ -52,7 +53,8 @@ final class Finder /** * @return Handler[] */ - public function getHandlers(): array { + public function getHandlers(): array + { $this->populateClassnames(); return array_map( static fn (array $h): Handler