PHP 8.3 support added #241
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
12s
Matrix: ci / QA Checks
Annotations
2 errors
DirectConstructorCall:
src/SerializableLimitIterator.php#L82
src/SerializableLimitIterator.php:82:9: DirectConstructorCall: Constructors should not be called directly (see https://psalm.dev/318)
|
MixedReturnTypeCoercion:
test/AdapterPluginManagerCompatibilityTest.php#L48
test/AdapterPluginManagerCompatibilityTest.php:48:22: MixedReturnTypeCoercion: The declared return type 'iterable<string, array{0: string, 1: string}>' for LaminasTest\Paginator\AdapterPluginManagerCompatibilityTest::aliasProvider is more specific than the inferred return type 'Generator<mixed, list{mixed, string}, mixed, void>' (see https://psalm.dev/197)
|