mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
remove period from message
This commit is contained in:
@ -20,7 +20,7 @@ final class ShouldNotHappen extends RuntimeException
|
||||
$message = $exception->getMessage();
|
||||
|
||||
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
|
||||
PHP version: %s
|
||||
|
||||
Reference in New Issue
Block a user