nette / forms

📝 Generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.
https://doc.nette.org/forms
Other
497 stars 147 forks source link

Container::validate(): add Container to $controls param typehint #323

Closed jtojnar closed 8 months ago

jtojnar commented 8 months ago

Containers are already supported, it just was not reflected in the type hint.

dg commented 8 months ago

thanks