Skip to content

Commit 7e77eb6

Browse files
committed
Merge branch '2.1' into 2.2
* 2.1: [HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag [FrameworkBundle] fixed the discovery of the PHPUnit configuration file when using aggregate options like in -vc app/ (closes #7562) [WebProfilerBundle] removed next pointer class in a template
2 parents 9a87bc5 + 5fdc090 commit 7e77eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Session/Attribute/AttributeBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Counta
3131
/**
3232
* Constructor.
3333
*
34-
* @param string $storageKey The key used to store flashes in the session.
34+
* @param string $storageKey The key used to store attributes in the session.
3535
*/
3636
public function __construct($storageKey = '_sf2_attributes')
3737
{

0 commit comments

Comments
 (0)