Last active
August 10, 2021 09:45
-
-
Save alexanderschnitzler/1112a845fc81cb5ccbc725532cfb01b1 to your computer and use it in GitHub Desktop.
.phpstorm.meta.php for TYPO3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** @see https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html */ | |
namespace PHPSTORM_META { | |
override(\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(0), type(0)); | |
override(\TYPO3\CMS\Extbase\Object\ObjectManagerInterface::get(0), type(0)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment