Skip to content

Instantly share code, notes, and snippets.

@alexanderschnitzler
Last active August 10, 2021 09:45
Show Gist options
  • Save alexanderschnitzler/1112a845fc81cb5ccbc725532cfb01b1 to your computer and use it in GitHub Desktop.
Save alexanderschnitzler/1112a845fc81cb5ccbc725532cfb01b1 to your computer and use it in GitHub Desktop.
.phpstorm.meta.php for TYPO3
<?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