fix: Make sure Assert::assertIsList correctly asserts an array as list #292
Annotations
4 errors
PHPStan:
stubs/Assert.stub#L12
Method PHPUnit\Framework\Assert::assertIsList() has no return type specified.
|
PHPStan:
stubs/Assert.stub#L12
PHPDoc tag @phpstan-assert for $array has no value type specified in iterable type list.
|
PHPStan:
stubs/Assert.stub#L12
PHPDoc tag @throws with type PHPUnit\Framework\ExpectationFailedException is not subtype of Throwable
|
PHPStan
Process completed with exit code 2.
|
Loading