sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Update ArticleViewDocument.php #564

Closed kfrohwein closed 3 years ago

kfrohwein commented 3 years ago

Fixes #563

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #563
Related issues/PRs #issuenum
License MIT

What's in this PR?

Seems there is an @ missing or it won't be recognized as annotation.

Why?

I want to extend the articles index

niklasnatter commented 3 years ago

Hey, as explained in the comment above the modified line, the @ is omitted intentionally because the annotation is set automatically by the AnnotationReader that was implemented in #515. Lets discuss why this does not work for you in #563