diff --git a/src/Symfony/Component/HttpFoundation/Session/Session.php b/src/Symfony/Component/HttpFoundation/Session/Session.php index 6a13bee855..b70a334f6a 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Session.php +++ b/src/Symfony/Component/HttpFoundation/Session/Session.php @@ -209,7 +209,7 @@ class Session implements SessionInterface, \IteratorAggregate, \Countable } /** - * {@iheritdoc} + * {@inheritdoc} */ public function getMetadataBag() { @@ -217,7 +217,7 @@ class Session implements SessionInterface, \IteratorAggregate, \Countable } /** - * {@iheritdoc} + * {@inheritdoc} */ public function registerBag(SessionBagInterface $bag) { @@ -225,7 +225,7 @@ class Session implements SessionInterface, \IteratorAggregate, \Countable } /** - * {@iheritdoc} + * {@inheritdoc} */ public function getBag($name) {