improve Loader@reset docblock

loader-rework
fadrian06 3 days ago
parent 89a9decc0b
commit 77e68ea77b

@ -143,9 +143,7 @@ class Loader
return $this->classes[$name] ?? null; return $this->classes[$name] ?? null;
} }
/** /** Resets the Loader by clearing registered classes and instances */
* Resets the object to the initial state.
*/
public function reset(): void public function reset(): void
{ {
$this->classes = []; $this->classes = [];

Loading…
Cancel
Save