fix constructor arguments typehint

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
loader-rework
fadrian06 3 days ago committed by GitHub
parent 2fac34fbb7
commit 89c378cc94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -113,7 +113,7 @@ class Loader
* *
* @template T of object = object * @template T of object = object
* @param class-string<T>|callable(mixed ...$constructorArguments): T $class Class factory. * @param class-string<T>|callable(mixed ...$constructorArguments): T $class Class factory.
* @param string[] $params Class constructor arguments. * @param mixed[] $params Class constructor arguments.
* @return T * @return T
* @throws Throwable * @throws Throwable
*/ */

Loading…
Cancel
Save