It’s annoying to do `$description = $data['description'] ?? null`
💡Maybe one day we will be able to fallback on null with default config in php.ini or at the file level
💡Maybe one day we will be able to fallback on null with default config in php.ini or at the file level
Comments
Attributes would be the 'in-code' configuration, but not applicable to arrays, and it is trivial with objects.
Could object save the day ?