Support for PHP 8.3 #269
static-analysis.yml
on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
3 errors
LessSpecificImplementedReturnType:
src/Form/Element/ObjectMultiCheckbox.php#L57
src/Form/Element/ObjectMultiCheckbox.php:57:16: LessSpecificImplementedReturnType: The inherited return type 'array<int<0, max>|string, array{attributes?: array<string, null|scalar>, disabled?: bool, label: non-empty-string, label_attributes?: array<string, null|scalar>, selected?: bool, value: non-empty-string}|string>' for Laminas\Form\Element\MultiCheckbox::getValueOptions is more specific than the implemented return type for DoctrineModule\Form\Element\ObjectMultiCheckbox::getvalueoptions 'array<array-key, mixed>' (see https://psalm.dev/166)
|
LessSpecificImplementedReturnType:
src/Form/Element/ObjectRadio.php#L44
src/Form/Element/ObjectRadio.php:44:16: LessSpecificImplementedReturnType: The inherited return type 'array<int<0, max>|string, array{attributes?: array<string, null|scalar>, disabled?: bool, label: non-empty-string, label_attributes?: array<string, null|scalar>, selected?: bool, value: non-empty-string}|string>' for Laminas\Form\Element\MultiCheckbox::getValueOptions is more specific than the implemented return type for DoctrineModule\Form\Element\ObjectRadio::getvalueoptions 'array<array-key, mixed>' (see https://psalm.dev/166)
|
Static Analysis / Psalm (8.1)
Process completed with exit code 2.
|