Skip to content

Commit be3d2d2

Browse files
committed
minor symfony#22139 [HttpFoundation][DX] MockArraySessionStorage: phpdocs update (MacDada)
This PR was merged into the 2.7 branch. Discussion ---------- [HttpFoundation][DX] MockArraySessionStorage: phpdocs update | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Commits ------- 967f7a7 MockArraySessionStorage: updated phpdoc for $bags so that IDE autocompletion would work
2 parents 2606c48 + 967f7a7 commit be3d2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MockArraySessionStorage implements SessionStorageInterface
5858
protected $metadataBag;
5959

6060
/**
61-
* @var array
61+
* @var array|SessionBagInterface[]
6262
*/
6363
protected $bags = array();
6464

0 commit comments

Comments
 (0)