[HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag

This commit is contained in:
phc 2013-04-05 14:59:25 +02:00
parent 48856b1ce2
commit 815eb6144c

View File

@ -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')
{