From 5a83743cc7d01a9c4e4a12cd0a49eb19cdc59626 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 23 Aug 2026 16:44:27 -0400 Subject: [PATCH] simplify Loader@getInstance docblock --- flight/core/Loader.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flight/core/Loader.php b/flight/core/Loader.php index ce71f1d..f85e7a7 100644 --- a/flight/core/Loader.php +++ b/flight/core/Loader.php @@ -100,11 +100,10 @@ class Loader } /** - * Gets a single instance of a class. + * Gets a single instance. * - * @param string $name Instance name - * - * @return ?object Class instance + * @param string $name Class alias. + * @return ?object */ public function getInstance(string $name): ?object {