8000 MockArraySessionStorage: updated phpdoc for $bags so that IDE autocom… · symfony/symfony@967f7a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 967f7a7

Browse files
committed
MockArraySessionStorage: updated phpdoc for $bags so that IDE autocompletion would work
1 parent 80af083 commit 967f7a7

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;
6464

0 commit comments

Comments
 (0)
0