EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Better typehint for `FieldInterface::new(..., $label)`

Open Lustmored opened this issue 3 years ago • 0 comments

Working on a project I noticed that FieldInterface::new method has $label typehinted as ?string, while all fields support TranslatableInterface|string|false|null (per Dto).

Changing it would be a BC change, but I suggest keeping it commented (as in other parts) so that it won't be missed during major bump.

Lustmored avatar Sep 14 '22 09:09 Lustmored