Fixed interface name in UPGRADE-2.1.md

This commit is contained in:
Henrik Westphal 2012-02-14 22:47:35 +01:00
parent b80951c21c
commit 1bb0ea542b
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ UPGRADE FROM 2.0 to 2.1
`SessionStorageInterface`.
Any session storage driver that wants to use custom save handlers should
implement `Symfony\Component\HttpFoundation\Session\Storage\SaveHandlerInterface`
implement `Symfony\Component\HttpFoundation\Session\Storage\SessionHandlerInterface`
* The methods `add`, `remove`, `setParent`, `bind` and `setData` in class Form
now throw an exception if the form is already bound