From 967f7a7add84628ac3301a892e920b32aa3488bd Mon Sep 17 00:00:00 2001 From: Dawid Nowak Date: Fri, 24 Mar 2017 04:23:13 +0100 Subject: [PATCH] MockArraySessionStorage: updated phpdoc for $bags so that IDE autocompletion would work --- .../HttpFoundation/Session/Storage/MockArraySessionStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php b/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php index c26cc1334d..c932d4003f 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php @@ -58,7 +58,7 @@ class MockArraySessionStorage implements SessionStorageInterface protected $metadataBag; /** - * @var array + * @var array|SessionBagInterface[] */ protected $bags;