PHPDoc Annotation not changed to imported class #7049
-
I've noticed a different behavior after updating to v0.12.17. Rector adds a new use statement: +use TYPO3\CMS\Extbase\Annotation\Validate; But does not change the related PHPDoc annotation: /**
* @TYPO3\CMS\Extbase\Annotation\Validate
*/
public function method(){} PHP-CS-Fixer afterwards removes the unused import. I am not sure if this is specific to TYPO3 or a configuration mistake of myself. Thankful for any help! |
Beta Was this translation helpful? Give feedback.
Answered by
TomasVotruba
Mar 14, 2022
Replies: 1 comment 5 replies
-
Thanks for reporting. This looks like issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
dahaupt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting. This looks like issue.
Could you share generic (non-typo3 project, but generic class) demo link?