Problem/Motivation
@param $request is missing from get() function of rest/resource/EntityResource.php
Proposed resolution
Add the param in docblock
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Original report by [username]
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3091509-docblock-param-2.patch | 717 bytes | subson |
Comments
Comment #2
subson commentedAdding the param to the docblock.
Comment #3
john cook commentedThis improves the documentation by adding the missing parameters to the docblock. The text is in line with other uses of the request in as a parameter.
The patch applies cleanly to the 8.9.x.
There is no changes in functionality and no change of scope.
Setting to RTBC!
Comment #4
wim leersComment #5
wim leers👍 Thanks!
🚢 Confirming RTBC.
Comment #6
alexpottCommitted and pushed a62fb3106a to 9.0.x and 3d3c9b39d0 to 8.9.x and 489f2b8781 to 8.8.x. Thanks!
Backporting to 8.8.x as a docs only fix.