SUMMARY "Subset" of 437992. PHP8 introduced update to the object access operator syntax, adding posibility to use "nullsafe operator" - by adding question mark, the program won't crash when the called object is null, instead the expression will return null. This question mark should be supported by KDevelop https://wiki.php.net/rfc/nullsafe_operator