The doc comment array<array-key, ChoiceView>|null at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, ChoiceView>|null.
Loading history...
77
*/
78
14
public function choices(): ?array
79
{
80
14
return $this->choices;
81
}
82
83
/**
84
* {@inheritdoc}
85
*/
86
43
public function render(FieldViewRendererInterface $renderer = null): string
$this of type Bdf\Form\View\FieldViewTrait is incompatible with the type Bdf\Form\View\FieldViewInterface expected by parameter $view of Bdf\Form\View\FieldViewRendererInterface::render().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation