Fixed styling for getName() BC note

This commit is contained in:
Tim Nagel 2011-07-08 00:15:34 -07:00
parent 8cba4903d8
commit d736da6420

View File

@ -45,9 +45,9 @@ RC4 to RC5
framework:
trust_proxy_headers: true
* To avoid hidden naming collisions, the AbstractType does not try to define
the name of form types magically. You now need to implement the `getName()`
method explicitly when creating a custom type.
* To avoid hidden naming collisions, the AbstractType does not try to define
the name of form types magically. You now need to implement the `getName()`
method explicitly when creating a custom type.
RC3 to RC4
----------