Hello,
Sorry to bring bad news. Unless I'm missing something, it seems that something went wrong with #201.
/**
* @phpstan-return never
*/
function foo() {
wp_die();
}
This ends with the following message:
Function foo() should always throw an exception or terminate script execution but doesn't do that.
Versions used:
php-stubs/wordpress-stubs v6.3.2
szepeviktor/phpstan-wordpress v1.3.1
Hello,
Sorry to bring bad news. Unless I'm missing something, it seems that something went wrong with #201.
This ends with the following message:
Versions used: