cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Magic Methods not proper supported #289

Closed antonfries closed 4 years ago

antonfries commented 5 years ago

Hey Cedric, im using The TYPO3 CMS Plugin now in my company and i found an problem with the resolving of magic methods: If i use $this->productRepository->findOneByArticleNumber($controlUnit); Its marking me yellow because the required arguments for the __call function is not given But the call itself is proper, im giving the information "ArticleNumber" in the function name and the arguments in the brackets ( ) magicMethod

antonfries commented 5 years ago

Are there any updates on this?

cedricziel commented 5 years ago

Unfortunately not. I evaluated different methods of doing this better, but to no avail. Will keep you posted once something changes

cedricziel commented 4 years ago

@antonfries we are suppressing the inspection for undefined methods beginning with 0.5.2. Also the custom reference to the __call method was removed.

It should be much less disturbing now.