Skip to content

Update dependency laminas/laminas-servicemanager to v4 #44

Update dependency laminas/laminas-servicemanager to v4

Update dependency laminas/laminas-servicemanager to v4 #44

Triggered via pull request December 5, 2024 22:19
Status Failure
Total duration 48s
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 and 13 warnings
TooManyArguments: src/Cloud.php#L207
src/Cloud.php:207:62: TooManyArguments: Too many arguments for method Laminas\ServiceManager\AbstractPluginManager::get - saw 2 (see https://psalm.dev/026)
TooManyArguments: src/Cloud.php#L256
src/Cloud.php:256:62: TooManyArguments: Too many arguments for method Laminas\ServiceManager\AbstractPluginManager::get - saw 2 (see https://psalm.dev/026)
MethodSignatureMismatch: src/Cloud/DecoratorPluginManager.php#L25
src/Cloud/DecoratorPluginManager.php:25:7: MethodSignatureMismatch: Method Laminas\Tag\Cloud\DecoratorPluginManager::validate with return type '' is different to return type 'void' of inherited method Laminas\ServiceManager\PluginManagerInterface::validate (see https://psalm.dev/042)
NonInvariantPropertyType: src/Cloud/DecoratorPluginManager.php#L28
src/Cloud/DecoratorPluginManager.php:28:15: NonInvariantPropertyType: Property Laminas\Tag\Cloud\DecoratorPluginManager::$aliases has type <empty>, not invariant with Laminas\ServiceManager\AbstractPluginManager::$aliases of type array<array-key, mixed> (see https://psalm.dev/265)
NonInvariantPropertyType: src/Cloud/DecoratorPluginManager.php#L50
src/Cloud/DecoratorPluginManager.php:50:15: NonInvariantPropertyType: Property Laminas\Tag\Cloud\DecoratorPluginManager::$factories has type <empty>, not invariant with Laminas\ServiceManager\AbstractPluginManager::$factories of type array<array-key, mixed> (see https://psalm.dev/265)
MixedAssignment: test/Cloud/CloudTest.php#L337
test/Cloud/CloudTest.php:337:13: MixedAssignment: Unable to determine the type that $smConfig is being assigned to (see https://psalm.dev/032)
UndefinedClass: test/Cloud/CloudTest.php#L337
test/Cloud/CloudTest.php:337:29: UndefinedClass: Class, interface or enum named Laminas\ServiceManager\Config does not exist (see https://psalm.dev/019)
MixedMethodCall: test/Cloud/CloudTest.php#L343
test/Cloud/CloudTest.php:343:24: MixedMethodCall: Cannot determine the type of $smConfig when calling method configureServiceManager (see https://psalm.dev/015)
ImplementedReturnTypeMismatch: test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php#L21
test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php:21:17: ImplementedReturnTypeMismatch: The inherited return type 'Laminas\ServiceManager\AbstractSingleInstancePluginManager' for Laminas\ServiceManager\Test\CommonPluginManagerTrait::getPluginManager is different to the implemented return type for LaminasTest\Tag\Cloud\Decorator\DecoratorPluginManagerCompatibilityTest::getpluginmanager 'Laminas\Tag\Cloud\DecoratorPluginManager' (see https://psalm.dev/123)
MethodSignatureMismatch: test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php#L22
test/Cloud/Decorator/DecoratorPluginManagerCompatibilityTest.php:22:5: MethodSignatureMismatch: Method LaminasTest\Tag\Cloud\Decorator\DecoratorPluginManagerCompatibilityTest::getPluginManager with return type '' is different to return type 'Laminas\ServiceManager\AbstractSingleInstancePluginManager' of inherited method Laminas\ServiceManager\Test\CommonPluginManagerTrait::getPluginManager (see https://psalm.dev/042)
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