laminas / laminas-form

Validate and display simple and complex forms, casting forms to business objects and vice versa
https://docs.laminas.dev/laminas-form/
BSD 3-Clause "New" or "Revised" License
80 stars 52 forks source link

Improve type inference for FormElementManager::get() #260

Closed gsteel closed 8 months ago

gsteel commented 8 months ago

Currently, if you provide FormElementManager::get() with a FQCN, it infers ElementInterface instead of the given FQCN. This patch fixes that…

There are some un-related psalm issues from recent patches. Let me know if you want these baselined here