TYPO3 Dynamic Return Type code completion
When using PhpStorm:
- install DynamicReturnTypePlugin from http://plugins.jetbrains.com/plugin/7251?pr=phpStorm&showAllUpdates=true
- add dynamicReturnTypeMeta.json to your TYPO3 CMS project root
- live a better life
You're welcome, you owe me a beer.
Looks almost like mine. Additionally, I've added ObjectManagerInterface, too.
{ "class": "\\TYPO3\\CMS\\Extbase\\Object\\ObjectManagerInterface", "method": "get", "position": 0 }