We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 822afd2 + 76c3c61 commit a70de9cCopy full SHA for a70de9c
stubs/GeneralUtility.stub
@@ -6,7 +6,7 @@ class GeneralUtility
6
/**
7
* @template T of object
8
* @phpstan-param class-string<T> $className
9
- * @phpstan-param array<int, mixed> $constructorArguments
+ * @phpstan-param mixed $constructorArguments
10
* @phpstan-return T
11
*/
12
public static function makeInstance($className, ...$constructorArguments);
0 commit comments