Skip to content

Add Support for PHP 8.4 and allow installation with symfony/di@^7 #463

Add Support for PHP 8.4 and allow installation with symfony/di@^7

Add Support for PHP 8.4 and allow installation with symfony/di@^7 #463

Triggered via pull request June 11, 2025 07:50
Status Failure
Total duration 48s
Artifacts

continuous-integration.yml

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

Annotations

5 errors
UnusedPsalmSuppress: test/ParameterPostProcessorTest.php#L23
test/ParameterPostProcessorTest.php:23:24: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
ClassMustBeFinal: test/ParameterPostProcessorTest.php#L12
test/ParameterPostProcessorTest.php:12:7: ClassMustBeFinal: Class LaminasTest\ConfigAggregatorParameters\ParameterPostProcessorTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: test/ParameterNotFoundExceptionTest.php#L10
test/ParameterNotFoundExceptionTest.php:10:7: ClassMustBeFinal: Class LaminasTest\ConfigAggregatorParameters\ParameterNotFoundExceptionTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/ParameterPostProcessor.php#L18
src/ParameterPostProcessor.php:18:7: ClassMustBeFinal: Class Laminas\ConfigAggregatorParameters\ParameterPostProcessor is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/ParameterNotFoundException.php#L13
src/ParameterNotFoundException.php:13:7: ClassMustBeFinal: Class Laminas\ConfigAggregatorParameters\ParameterNotFoundException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)