mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: improves type checking
This commit is contained in:
@ -524,7 +524,6 @@ final class Expectation
|
||||
{
|
||||
Assert::assertIsString($this->value, $message);
|
||||
|
||||
// @phpstan-ignore-next-line
|
||||
Assert::assertJson($this->value, $message);
|
||||
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user