API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension...
There is a line in this documentation that uses the documentation tag @throw instead of @throws, and needs to be fixed. See https://www.drupal.org/node/1354#throws
For extra credit, see if this is done elsewhere in core and fix those places too.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal8-@throw-instead-of-@throws-2405911-1.patch | 581 bytes | pushpinderchauhan |
Comments
Comment #1
pushpinderchauhan commentedLooked for @throw in whole code but dint find any other :)
Comment #2
dawehnerIndeed this is the only instance:
Comment #3
alexpottCommitted e3f8fbb and pushed to 8.0.x. Thanks!