- Refactor all occurrences of
foreach ($items as $item)toforeach ($items ?: [] as $item)in OpenStack
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3128625-2.patch | 3.49 KB | jigish.addweb |
foreach ($items as $item) to foreach ($items ?: [] as $item) in OpenStack| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3128625-2.patch | 3.49 KB | jigish.addweb |
Comments
Comment #2
jigish.addweb commentedComment #3
yas@jigishaddweb
Thank you for the refactoring. It looks good to me. I'll merge the patch to
8.x-1.xand8.x-2.xand close this issue asFixed.Comment #6
yas