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

Comments