Temporarily fix deprecation #35
check.yml
on: pull_request
Code check
/
Coding Standard
28s
Matrix: Code check / PHPStan
Matrix: Run tests
Annotations
6 errors
Code check / PHPStan (highest):
tests/Endpoints/Contactlists/Search/RequestTest.php#L36
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, array|ArrayAccess given.
|
Code check / PHPStan (highest):
tests/Endpoints/Contacts/Search/RequestTest.php#L38
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, array|ArrayAccess given.
|
Code check / PHPStan (highest):
tests/Endpoints/Contacts/Search/RequestTest.php#L66
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, array|ArrayAccess given.
|
Code check / PHPStan (highest):
tests/Endpoints/CustomFields/Search/RequestTest.php#L39
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, array|ArrayAccess given.
|
Code check / PHPStan (highest):
tests/Endpoints/CustomFields/Search/RequestTest.php#L67
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, array|ArrayAccess given.
|
Code check / PHPStan (highest)
Process completed with exit code 1.
|