Add php 8.3 support. Drop php 8.0 #280
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
10 errors and 1 warning
MethodSignatureMustProvideReturnType:
src/Collector/AbstractCollector.php#L38
src/Collector/AbstractCollector.php:38:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Collector\AbstractCollector::serialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Collector/AbstractCollector.php#L58
src/Collector/AbstractCollector.php:58:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Collector\AbstractCollector::unserialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Collector/ConfigCollector.php#L98
src/Collector/ConfigCollector.php:98:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Collector\ConfigCollector::serialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Collector/ConfigCollector.php#L120
src/Collector/ConfigCollector.php:120:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Collector\ConfigCollector::unserialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Collector/DbCollector.php#L141
src/Collector/DbCollector.php:141:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Collector\DbCollector::serialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Collector/DbCollector.php#L161
src/Collector/DbCollector.php:161:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Collector\DbCollector::unserialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Exception/SerializableException.php#L218
src/Exception/SerializableException.php:218:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Exception\SerializableException::serialize must have a return type signature (see https://psalm.dev/282)
|
MethodSignatureMustProvideReturnType:
src/Exception/SerializableException.php#L238
src/Exception/SerializableException.php:238:21: MethodSignatureMustProvideReturnType: Method Laminas\DeveloperTools\Exception\SerializableException::unserialize must have a return type signature (see https://psalm.dev/282)
|
MissingTemplateParam:
src/Options.php#L17
src/Options.php:17:7: MissingTemplateParam: Laminas\DeveloperTools\Options has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
UnusedBaselineEntry:
src/Collector/RequestCollector.php#L1
src/Collector/RequestCollector.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArgument" has 1 extra entry. (see https://psalm.dev/316)
|
ci / Generate job matrix
Application uses deprecated job exclusion. Please modify the job exclusion for the job "PHPUnit [8.1, lowest]" appropriately.
|