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;
}
/**
* Resets the object to the initial state.
*/
/** Resets the Loader by clearing registered classes and instances */
public function reset(): void
{
$this->classes = [];

Loading…
Cancel
Save