Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
shortcut.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Feb 2022 at 17:21 UTC
Updated:
20 Mar 2022 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
manuel.adanComment #3
victoria-marina commentedI'll review this.
Comment #4
larowlanComment #5
victoria-marina commentedAfter the #2, the argument is now specified as an AccountInterface type argument, and everything works fine as far I can test. RTBC!
Comment #7
manuel.adanBacked to RTBC, automatic re-test doesn't seem related to the patch itself.
Comment #11
xjm@victoria-marina, this is a documentation-only patch so there's not really anything to test beyond verifying that the documentation is accurate and conforms to the coding standards, and that there are no other similar instances in the same API that should be fixed as part of the same issue scope. :)
I checked and verified that there aren't any other missing parameter types in the Shortcut API docs (this is actually the only hook in the file). The hook return value correctly has one.
Committed to 10.0.x, and cherry-picked to 9.4.x and 9.3.x as a patch-eligible documentation improvement.
Thanks!