MockArraySessionStorage: updated phpdoc for $bags so that IDE autocompletion would work

This commit is contained in:
Dawid Nowak 2017-03-24 04:23:13 +01:00
parent 80af0838f5
commit 967f7a7add

View File

@ -58,7 +58,7 @@ class MockArraySessionStorage implements SessionStorageInterface
protected $metadataBag; protected $metadataBag;
/** /**
* @var array * @var array|SessionBagInterface[]
*/ */
protected $bags; protected $bags;