mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 08:47:22 +01:00
grammar fixes
This commit is contained in:
@ -19,6 +19,6 @@ final class BeforeEachAlreadyExist extends InvalidArgumentException implements E
|
||||
*/
|
||||
public function __construct(string $filename)
|
||||
{
|
||||
parent::__construct(sprintf('The beforeEach already exist in the filename `%s`.', $filename));
|
||||
parent::__construct(sprintf('The beforeEach already exists in the filename `%s`.', $filename));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user