10000 [HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag · symfony/symfony@815eb61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 815eb61

Browse files
phcphc
authored andcommitted
[HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag
1 parent 48856b1 commit 815eb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/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)
0