Skip to content

Fix proposal 355

Fix proposal 355 #744

Triggered via pull request January 14, 2025 16:02
Status Failure
Total duration 1m 11s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
13s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 21 warnings
InvalidArrayAccess: src/Pattern/CallbackCache.php#L121
src/Pattern/CallbackCache.php:121:77: InvalidArrayAccess: Cannot access array value on non-array variable $callback of type callable (see https://psalm.dev/005)
MixedArgument: src/Pattern/CallbackCache.php#L121
src/Pattern/CallbackCache.php:121:77: MixedArgument: Argument 1 of strtolower cannot be mixed, expecting string (see https://psalm.dev/030)
UnusedProperty: test/Pattern/TestAsset/TestObjectCache.php#L27
test/Pattern/TestAsset/TestObjectCache.php:27:21: UnusedProperty: Cannot find any references to private property LaminasTest\Cache\Pattern\TestAsset\TestObjectCache::$closure (see https://psalm.dev/150)
MissingClosureReturnType: test/Pattern/TestAsset/TestObjectCache.php#L32
test/Pattern/TestAsset/TestObjectCache.php:32:26: MissingClosureReturnType: Closure does not have a return type, expecting void (see https://psalm.dev/068)
ci / Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636