…and you consider that a good thing???
public $string = “Hello”
Now you can do things like:
public ?string $string = null;
public function appendToString (?string $append) : string {
…and you consider that a good thing???