Skip to content
Snippets Groups Projects
Commit 9a28958a authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[TASK] Add GeneralUtility::makeInstance to PHPStorm meta file

Resolves: #103385
Releases: main, 12.4, 11.5
Change-Id: Ifd93dfa4049d0d3550d052fa960ae79cc5a27c34
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83466


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent eaf9df42
Branches
Tags
No related merge requests found
......@@ -136,4 +136,8 @@ namespace PHPSTORM_META {
\TYPO3\CMS\Core\Routing\PageArguments::class,
\TYPO3\CMS\Core\Routing\RouteResultInterface::class,
));
override(\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(0), map([
'' => '@'
]));
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment