As of PHP 7.1, how do I declare a strict or null type?
function testReturn(): ?string
function testReturn(): string or null
function testReturn(): string?
function testReturn(): string nullable