Why Nostr? What is Njump?
2024-11-12 10:08:53
in reply to

Rikudou_Sage on Nostr: npub13w74a…vmktw There are valid cases to return null. Like saying that this ...

There are valid cases to return null. Like saying that this collection does not exist, which is different from being empty. If you want to do a foreach, you can do:

foreach (($obj->potentiallyNullCollection() ?? []) as $item) {

}
Author Public Key
npub1rv4fqur90gx33aawfu7cxnwpvlfzmzk3m8mjeyjvxfpppg8w496sdqnxyy