Skip to content
GitLab
Explore
Sign in
Automated-TYPO3-Update
automated-typo3-update
Merge requests
!92
BUGFIX: Allow PhpDocCommentSniff to work find all classnames in comment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Daniel Siepmann
requested to merge
hotfix/allow-phpdoc-to-substitute-all-classnames
into
develop
May 11, 2017
Overview
0
Commits
2
Pipelines
2
Changes
5
Expand
Before only the first classname was returned.
All class names are returned now.
This allows to fix Extbase type annotations for relations.
Merge request reports