You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function getProperty() : ?PropertyType {
return $this->property;
}
where our $property is a nullable PropertyType variable.
Currently, php-mode 1.19.1 will show an exception for that question mark. Is it possible to change a setting to make that work right or does it need to be implemented within php-mode?