phpstorm-settings icon indicating copy to clipboard operation
phpstorm-settings copied to clipboard

Add PHP inspection for valid return types

Open timkelty opened this issue 3 years ago • 0 comments

Without STRICT_TYPE_CHECKING, the following isn't a warning.

public function foo(): int
{
    return 'foo';
}

timkelty avatar Jun 24 '21 16:06 timkelty