Skip to content
Commit 6aab4a70 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Add ContainerInterface->get() to dynamicReturnTypeMeta.json

Even though ContainerInterface->get() can return 'mixed', it
returns 'object|null' with our symfony DI based implementation.
To help IDE's object resolving, dynamicReturnTypeMeta.json now
declares an instance of the first argument is returned.

Resolves: #94016
Releases: master, 10.4
Change-Id: I67904feb86c4dc421f2038d9352795ce73f062d1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68909


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 76ff458a
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