Closed (fixed)
Project:
Cloud
Version:
6.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Jul 2023 at 00:01 UTC
Updated:
31 Jul 2023 at 22:29 UTC
Jump to comment: Most recent
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:
Comments
Comment #3
hosomitm commented@yas
Please review the code. Thank you.
Comment #4
yas@hosomitm
Thank you for the patch. I posted my comments. Thanks!
Comment #5
yas@hostomitm
Thank you for the update. The
foreach ($items as $item)loop should beforeach ($items ?: [] as $item)style. ThanksComment #6
hosomitm commented@yas
I have fixed the issues pointed out in the review.
Please review again. Thanks you.
Comment #7
yas@hostomitm
Thank you for the update. I ran the BDD tests and it worked successfully. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #10
yas