merged branch jonathaningram/patch-10 (PR #5718)

This PR was merged into the master branch.

Commits
-------

74e2c5e Fix incorrect inheritdoc blocks

Discussion
----------

Fix incorrect inheritdoc blocks

Also add a docblock to stopwatch member variable.
This commit is contained in:
Fabien Potencier 2012-10-11 15:43:13 +02:00
commit ccba363f64

View File

@ -42,7 +42,7 @@ class TraceableControllerResolver extends ControllerResolver
}
/**
* @{inheritdoc}
* {@inheritdoc}
*/
public function getController(Request $request)
{
@ -56,7 +56,7 @@ class TraceableControllerResolver extends ControllerResolver
}
/**
* @{inheritdoc}
* {@inheritdoc}
*/
public function getArguments(Request $request, $controller)
{