Skip to content

Commit dc5c588

Browse files
committed
[TASK] Improve the GeneralUtility::makeInstance stub
Now the stub is in line with what TYPO3 11LTS has.
1 parent 5f72c48 commit dc5c588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/GeneralUtility.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace TYPO3\CMS\Core\Utility;
44
class GeneralUtility
55
{
66
/**
7-
* @template T
7+
* @template T of object
88
* @phpstan-param class-string<T> $className
99
* @phpstan-param array<int, mixed> $constructorArguments
1010
* @phpstan-return T

0 commit comments

Comments
 (0)