Skip to content

Commit 8d9599f

Browse files
o-bageorgringer
authored andcommitted
[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/+/83451 Reviewed-by: Oliver Klee <[email protected]> Tested-by: Garvin Hicking <[email protected]> Tested-by: Stefan Bürk <[email protected]> Tested-by: Georg Ringer <[email protected]> Tested-by: core-ci <[email protected]> Reviewed-by: Georg Ringer <[email protected]> Reviewed-by: Stefan Bürk <[email protected]> Reviewed-by: Garvin Hicking <[email protected]>
1 parent 765f169 commit 8d9599f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.phpstorm.meta.php

+4
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,8 @@
144144
override(\Psr\EventDispatcher\EventDispatcherInterface::dispatch(0), map([
145145
'' => '@',
146146
]));
147+
148+
override(\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(0), map([
149+
'' => '@'
150+
]));
147151
}

0 commit comments

Comments
 (0)