Skip to content

Commit 459e791

Browse files
committed
minor symfony#32092 [FrameworkBundle] minor: fix typo in SessionTest (Simperfit)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes symfony#32092). Discussion ---------- [FrameworkBundle] minor: fix typo in SessionTest | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | none. <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | no <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> A little typo Commits ------- 4942814 [FrameworkBundle] minor: fix typo in SessionTest
2 parents 2bf5da5 + 4942814 commit 459e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testFlash($config, $insulate)
7171

7272
/**
7373
* See if two separate insulated clients can run without
74-
* polluting eachother's session data.
74+
* polluting each other's session data.
7575
*
7676
* @dataProvider getConfigs
7777
*/

0 commit comments

Comments
 (0)