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 = [];