Add Support for PHP 8.4 and allow installation with symfony/di@^7
#463
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
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)
|