remove period from message

This commit is contained in:
JonPurvis
2025-06-16 02:51:48 +01:00
parent c6244a8712
commit d6cbd12d8b

View File

@ -20,7 +20,7 @@ final class ShouldNotHappen extends RuntimeException
$message = $exception->getMessage(); $message = $exception->getMessage();
parent::__construct(sprintf(<<<'EOF' parent::__construct(sprintf(<<<'EOF'
This should not happen - please create an new issue here: https://github.com/pestphp/pest. This should not happen - please create an new issue here: https://github.com/pestphp/pest
Issue: %s Issue: %s
PHP version: %s PHP version: %s