Problem/Motivation
- Fix missing parentheses for the operation results to
(float) $resources['memory']: - The fix can be:
BEFORE:(float) $resources['memory'] ?? 0
AFTER:(float) ($resources['memory'] ?? 0)
Issue fork cloud-3240423
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3240423-fix-missing-parentheses
changes, plain diff MR !453
Comments
Comment #3
yas@masami
Could you please review the patch? Thanks!
Comment #4
masami commented@yas
It looks good to me, so I change the status to RTBC.
Comment #5
yas@masami
Thank you for your review. I'll merge the patch to
3.xand4.x, and close this issue as Fixed.Comment #6
yasComment #10
yas