8000 merged branch phc/2.1 (PR #7569) · symfony/symfony@7221d25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7221d25

Browse files
committed
merged branch phc/2.1 (PR #7569)
This PR was merged into the 2.1 branch. Discussion ---------- [HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag | Q | A | ------------- | --- | Bug fix? | [no] | New feature? | [no] | BC breaks? | [no] | Deprecations? | [no] | Tests pass? | [yes] I assume : only changed a comment word | License | MIT Commits ------- 815eb61 [HttpFoundation] Fixed copy pasted comment from FlashBag in AttributeBag
2 parents 375ded4 + 815eb61 commit 7221d25

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