BUGFIX: Allow PhpDocCommentSniff to work find all classnames in comment
* Before only the first classname was returned. * All class names are returned now. * This allows to fix Extbase type annotations for relations.
Showing
- src/Standards/Typo3Update/Sniffs/Classname/PhpDocCommentSniff.php 1 addition, 1 deletion...dards/Typo3Update/Sniffs/Classname/PhpDocCommentSniff.php
- tests/Fixtures/Standards/Typo3Update/Sniffs/Classname/PhpDocCommentSniff/Expected.diff 11 additions, 4 deletions...3Update/Sniffs/Classname/PhpDocCommentSniff/Expected.diff
- tests/Fixtures/Standards/Typo3Update/Sniffs/Classname/PhpDocCommentSniff/Expected.json 25 additions, 7 deletions...3Update/Sniffs/Classname/PhpDocCommentSniff/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Classname/PhpDocCommentSniff/InputFileForIssues.php 7 additions, 2 deletions...niffs/Classname/PhpDocCommentSniff/InputFileForIssues.php
Please register or sign in to comment