Update Laminas packages (major) - autoclosed #567
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
23s
Matrix: ci / QA Checks
Annotations
10 errors
UnimplementedInterfaceMethod:
src/Storage/AdapterPluginManager.php#L16
src/Storage/AdapterPluginManager.php:16:13: UnimplementedInterfaceMethod: Method validate is not defined on class Laminas\Cache\Storage\AdapterPluginManager (see https://psalm.dev/044)
|
NonInvariantPropertyType:
src/Storage/AdapterPluginManager.php#L23
src/Storage/AdapterPluginManager.php:23:15: NonInvariantPropertyType: Property Laminas\Cache\Storage\AdapterPluginManager::$sharedByDefault has type <empty>, not invariant with Laminas\ServiceManager\AbstractPluginManager::$sharedByDefault of type bool (see https://psalm.dev/265)
|
PossiblyUnusedProperty:
src/Storage/AdapterPluginManager.php#L26
src/Storage/AdapterPluginManager.php:26:15: PossiblyUnusedProperty: Cannot find any references to property Laminas\Cache\Storage\AdapterPluginManager::$instanceOf (see https://psalm.dev/149)
|
UnimplementedInterfaceMethod:
src/Storage/PluginManager.php#L19
src/Storage/PluginManager.php:19:13: UnimplementedInterfaceMethod: Method validate is not defined on class Laminas\Cache\Storage\PluginManager (see https://psalm.dev/044)
|
NonInvariantPropertyType:
src/Storage/PluginManager.php#L22
src/Storage/PluginManager.php:22:15: NonInvariantPropertyType: Property Laminas\Cache\Storage\PluginManager::$aliases has type <empty>, not invariant with Laminas\ServiceManager\AbstractPluginManager::$aliases of type array<array-key, mixed> (see https://psalm.dev/265)
|
NonInvariantPropertyType:
src/Storage/PluginManager.php#L44
src/Storage/PluginManager.php:44:15: NonInvariantPropertyType: Property Laminas\Cache\Storage\PluginManager::$factories has type <empty>, not invariant with Laminas\ServiceManager\AbstractPluginManager::$factories of type array<array-key, mixed> (see https://psalm.dev/265)
|
NonInvariantPropertyType:
src/Storage/PluginManager.php#L57
src/Storage/PluginManager.php:57:15: NonInvariantPropertyType: Property Laminas\Cache\Storage\PluginManager::$sharedByDefault has type <empty>, not invariant with Laminas\ServiceManager\AbstractPluginManager::$sharedByDefault of type bool (see https://psalm.dev/265)
|
PossiblyUnusedProperty:
src/Storage/PluginManager.php#L60
src/Storage/PluginManager.php:60:15: PossiblyUnusedProperty: Cannot find any references to property Laminas\Cache\Storage\PluginManager::$instanceOf (see https://psalm.dev/149)
|
InvalidReturnType:
src/Storage/PluginManager.php#L63
src/Storage/PluginManager.php:63:21: InvalidReturnType: The declared return type '(InstanceType:Laminas\ServiceManager\PluginManagerInterface as mixed)|(TRequestedInstance:fn-laminas\servicemanager\pluginmanagerinterface::build as mixed)' for Laminas\Cache\Storage\PluginManager::build is incorrect, got 'Laminas\Cache\Storage\Plugin\PluginInterface' (see https://psalm.dev/011)
|
MoreSpecificReturnType:
test/StaticAnalysis/AdapterPluginManagerTypes.php#L18
test/StaticAnalysis/AdapterPluginManagerTypes.php:18:102: MoreSpecificReturnType: The declared return type 'Laminas\Cache\Storage\StorageInterface' for LaminasTest\Cache\StaticAnalysis\AdapterPluginManagerTypes::validateWillAssertInstanceType is more specific than the inferred return type 'object' (see https://psalm.dev/070)
|