From 815eb6144cd284eb292e235e41657ba6d76a631a Mon Sep 17 00:00:00 2001 From: phc Date: Fri, 5 Apr 2013 14:59:25 +0200 Subject: [PATCH] [HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag --- .../Component/HttpFoundation/Session/Attribute/AttributeBag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php b/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php index 2f1a4222e7..e9d0257152 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php +++ b/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php @@ -31,7 +31,7 @@ class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Counta /** * Constructor. * - * @param string $storageKey The key used to store flashes in the session. + * @param string $storageKey The key used to store attributes in the session. */ public function __construct($storageKey = '_sf2_attributes') {