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
代码
评审变更
检出分支
下载
补丁
文本差异
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