From 1bb0ea542b3b8fba7e4487b7b987bfe1da86c9a9 Mon Sep 17 00:00:00 2001 From: Henrik Westphal Date: Tue, 14 Feb 2012 22:47:35 +0100 Subject: [PATCH] Fixed interface name in UPGRADE-2.1.md --- UPGRADE-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index 99944e06bb..47b1dda99d 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -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