À partir de PHP 7.1, comment déclarer un type strict ou null ?
function testReturn(): ?string
function testReturn(): string or null
function testReturn(): string?
function testReturn(): string nullable