Skip to content

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.

Merge request reports