Skip to content

Update dependency vimeo/psalm to v6 #388

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #388

Triggered via pull request February 17, 2025 06:55
Status Failure
Total duration 1m 40s
Artifacts

continuous-integration.yml

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

Annotations

10 errors
ClassMustBeFinal: src/ComponentInstaller.php#L105
src/ComponentInstaller.php:105:7: ClassMustBeFinal: Class Laminas\ComponentInstaller\ComponentInstaller is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PossiblyNullArgument: src/ComponentInstaller.php#L883
src/ComponentInstaller.php:883:53: PossiblyNullArgument: Argument 1 of rtrim cannot be null, possibly null value provided (see https://psalm.dev/078)
PossiblyFalseArgument: src/ConfigDiscovery/AbstractDiscovery.php#L61
src/ConfigDiscovery/AbstractDiscovery.php:61:50: PossiblyFalseArgument: Argument 2 of preg_match cannot be false, possibly string value expected (see https://psalm.dev/104)
ClassMustBeFinal: src/Exception/RuntimeException.php#L10
src/Exception/RuntimeException.php:10:7: ClassMustBeFinal: Class Laminas\ComponentInstaller\Exception\RuntimeException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PossiblyFalseArgument: src/Injector/AbstractInjector.php#L161
src/Injector/AbstractInjector.php:161:54: PossiblyFalseArgument: Argument 2 of Laminas\ComponentInstaller\Injector\AbstractInjector::isRegisteredInConfig cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Injector/AbstractInjector.php#L168
src/Injector/AbstractInjector.php:168:51: PossiblyFalseArgument: Argument 2 of Laminas\ComponentInstaller\Injector\AbstractInjector::isRegisteredInConfig cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Injector/AbstractInjector.php#L176
src/Injector/AbstractInjector.php:176:61: PossiblyFalseArgument: Argument 2 of Laminas\ComponentInstaller\Injector\AbstractInjector::injectAfterDependencies cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Injector/AbstractInjector.php#L181
src/Injector/AbstractInjector.php:181:111: PossiblyFalseArgument: Argument 2 of Laminas\ComponentInstaller\Injector\AbstractInjector::findFirstEnabledApplicationModule cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Injector/AbstractInjector.php#L183
src/Injector/AbstractInjector.php:183:68: PossiblyFalseArgument: Argument 2 of Laminas\ComponentInstaller\Injector\AbstractInjector::injectBeforeApplicationModules cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Injector/AbstractInjector.php#L192
src/Injector/AbstractInjector.php:192:56: PossiblyFalseArgument: Argument 3 of preg_replace cannot be false, possibly array<array-key, float|int|string>|string value expected (see https://psalm.dev/104)