Selaa lähdekoodia

merged branch merk/patch-1 (PR #1583)

Commits
-------

d736da6 Fixed styling for getName() BC note

Discussion
----------

Fixed styling for getName() BC note
Fabien Potencier 14 vuotta sitten
vanhempi
commit
11d5b00656
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      UPDATE.md

+ 3 - 3
UPDATE.md

@@ -45,9 +45,9 @@ RC4 to RC5
         framework:
         framework:
             trust_proxy_headers: true
             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
 RC3 to RC4
 ----------
 ----------