merged branch shieldo/session_docblock_typos (PR #4216)

Commits
-------

8ff11c1 [HttpFoundation] fixed docblock typos in session class

Discussion
----------

[HttpFoundation] fixed docblock typos in session class
This commit is contained in:
Fabien Potencier 2012-05-07 19:18:56 +02:00
commit 761579df7c

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