what this caracter ? mean in php of function return type [duplicate]

i found those characters added to some fucntion’s return type , or parameters, but i don’t know what it is ?

This ?string :

public function getSome(): ?string
    {
        return $this->cnss;
    }