added a comment to explain a method

This commit is contained in:
Fabien Potencier 2017-03-01 07:10:23 -08:00
parent 576ae1c32e
commit 36dacbc4a1

View File

@ -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()