From 77e68ea77bd93f5d420896c17e0a8fe4bef8b92a Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 23 Aug 2026 16:46:25 -0400 Subject: [PATCH] improve Loader@reset docblock --- flight/core/Loader.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flight/core/Loader.php b/flight/core/Loader.php index fdf6acb..90ae96c 100644 --- a/flight/core/Loader.php +++ b/flight/core/Loader.php @@ -143,9 +143,7 @@ class Loader return $this->classes[$name] ?? null; } - /** - * Resets the object to the initial state. - */ + /** Resets the Loader by clearing registered classes and instances */ public function reset(): void { $this->classes = [];