Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeneralUtility::makeInstance inference for interface methods not working anymore #323

Open
ohader opened this issue May 3, 2020 · 1 comment

Comments

@ohader
Copy link

ohader commented May 3, 2020

For instance

  • TYPO3\CMS\Core\Session\Backend\SessionBackendInterface::get
  • find usages for that particular interface method
  • seeing unrelated results, e.g. $extConf = GeneralUtility::makeInstance(ExtensionConfiguration::class)->get('backend');

Probably related to commit c649d1b

@cedricziel
Copy link
Owner

cedricziel commented May 3, 2020

Thanks for the report. Not directly related, but good hint never the less! We should check for the callers' signature and verify it's actually ObjectManager being called..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants