certificationy / symfony-pack

A series of questions to prepare for the Symfony certification
https://certification.symfony.com/
MIT License
326 stars 131 forks source link

Fixed incorrect question in the Forms chapter #9

Closed CountZero1981 closed 9 years ago

CountZero1981 commented 9 years ago

All of field type classes are inherited from AbstractType class, not TextType. According to documentation, textarea inherits "text" field type, and all others inherit "form" field type.

mickaelandrieu commented 9 years ago

agree :) thank you for your contribution