You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try {
} catch (NumberReleaseFailedException){ //missed $error var - php 8 allow it
}
Error:
Internal error: PhpParser\NodeVisitorAbstract@anonymous(): Argument #1 ($catchedVariableName) must be of type string, null given, called in
vendor/thecodingmachine/phpstan-strict-rules/src/Rules/Exceptions/ThrowMustBundlePreviousExceptionRule.php on line 34
The text was updated successfully, but these errors were encountered:
Code example:
try {
} catch (NumberReleaseFailedException){ //missed $error var - php 8 allow it
}
Error:
Internal error: PhpParser\NodeVisitorAbstract@anonymous(): Argument #1 ($catchedVariableName) must be of type string, null given, called in
vendor/thecodingmachine/phpstan-strict-rules/src/Rules/Exceptions/ThrowMustBundlePreviousExceptionRule.php on line 34
The text was updated successfully, but these errors were encountered: