While working on #2476407, I noticed that PhpStorm gave an error on the docblock of the onRespond method of FinishResponseSubscriber. There needs to be a starting backslash when referencing a class as parameter.

This quickfix only touches documentation.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cilefen’s picture

Issue tags: +Novice

Marking "Novice" because a novice can review this.

cilefen’s picture

Issue tags: +Documentation
jgeryk’s picture

Status: Needs review » Reviewed & tested by the community

Patch has fixed the issue by adding a starting backslash to reference FilterResponseEvent as a parameter.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 8bfdce2 and pushed to 8.0.x. Thanks!

  • alexpott committed 8bfdce2 on 8.0.x
    Issue #2541336 by borisson_: Docblock cleanup: missing backslash for...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.