Upgraded an internal module to work with Backdrop CMS and afterwards noticed that a space has been added between the question mark and the type. I'm not sure if this is intended behavior or not.
Example:
public static function logEntry(? string $logMessage) {
Preferred:
public static function logEntry(?string $logMessage) {
Again, not sure if this is a bug.
Thank you and cheers.