From 36dacbc4a197fea16f39222c5bdb84aa1b4cb4d9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 1 Mar 2017 07:10:23 -0800 Subject: [PATCH] added a comment to explain a method --- src/Symfony/Component/HttpFoundation/Session/Session.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Component/HttpFoundation/Session/Session.php b/src/Symfony/Component/HttpFoundation/Session/Session.php index c48ac504d7..4db9dc3505 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Session.php +++ b/src/Symfony/Component/HttpFoundation/Session/Session.php @@ -250,6 +250,8 @@ class Session implements SessionInterface, \IteratorAggregate, \Countable /** * Gets the attributebag interface. * + * Note that this method we added to help with IDE autocompletion. + * * @return AttributeBagInterface */ private function getAttributeBag()