[HttpFoundation] fixed docblock typos in session class

This commit is contained in:
Douglas Greenshields 2012-05-07 15:20:20 +01:00
parent f14961b747
commit 8ff11c1ad3

View File

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