Quellcode durchsuchen

fixed UPDATE file markup

Fabien Potencier vor 14 Jahren
Ursprung
Commit
760b11cbeb
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      UPDATE.md

+ 3 - 3
UPDATE.md

@@ -71,11 +71,11 @@ RC4 to RC5
 * To avoid hidden naming collisions, the AbstractType does not try to define
 * 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()`
   the name of form types magically. You now need to implement the `getName()`
   method explicitly when creating a custom type.
   method explicitly when creating a custom type.
-  
+
 * Renamed some methods to follow the naming conventions:
 * Renamed some methods to follow the naming conventions:
 
 
-    Session::getAttributes() -> Session::all()
-    Session::setAttributes() -> Session::replace()
+        Session::getAttributes() -> Session::all()
+        Session::setAttributes() -> Session::replace()
 
 
 RC3 to RC4
 RC3 to RC4
 ----------
 ----------