Remove Support for PHP 8.0, Add Support for PHP 8.3 #284
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
10 errors
MethodSignatureMustProvideReturnType:
src/AbstractContainer.php#L399
src/AbstractContainer.php:399:21: MethodSignatureMustProvideReturnType: Method Laminas\Session\AbstractContainer::offsetSet must have a return type signature! (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/AbstractContainer.php#L413
src/AbstractContainer.php:413:21: MethodSignatureMustProvideReturnType: Method Laminas\Session\AbstractContainer::offsetExists must have a return type signature! (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/AbstractContainer.php#L437
src/AbstractContainer.php:437:22: MethodSignatureMustProvideReturnType: Method Laminas\Session\AbstractContainer::offsetGet must have a return type signature! (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/AbstractContainer.php#L454
src/AbstractContainer.php:454:21: MethodSignatureMustProvideReturnType: Method Laminas\Session\AbstractContainer::offsetUnset must have a return type signature! (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/AbstractContainer.php#L488
src/AbstractContainer.php:488:21: MethodSignatureMustProvideReturnType: Method Laminas\Session\AbstractContainer::getIterator must have a return type signature! (see https://psalm.dev/282)
|
RedundantConditionGivenDocblockType:
src/AbstractContainer.php#L562
src/AbstractContainer.php:562:34: RedundantConditionGivenDocblockType: Docblock-defined type string can never contain null (see https://psalm.dev/156)
|
RedundantConditionGivenDocblockType:
src/AbstractContainer.php#L569
src/AbstractContainer.php:569:19: RedundantConditionGivenDocblockType: Docblock-defined type array<array-key, mixed> for $vars is always array<array-key, mixed> (see https://psalm.dev/156)
|
PossiblyInvalidCast:
src/Config/StandardConfig.php#L136
src/Config/StandardConfig.php:136:60: PossiblyInvalidCast: array<array-key, string> cannot be cast to string (see https://psalm.dev/190)
|
PossiblyInvalidArgument:
src/Config/StandardConfig.php#L136
src/Config/StandardConfig.php:136:60: PossiblyInvalidArgument: Argument 1 of ucwords expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
|
MethodSignatureMustProvideReturnType:
src/Container.php#L25
src/Container.php:25:22: MethodSignatureMustProvideReturnType: Method Laminas\Session\Container::offsetGet must have a return type signature! (see https://psalm.dev/282)
|