Fix incorrect inheritdoc blocks

Also add a docblock to stopwatch member variable.

Remove docblock from private member
This commit is contained in:
Jonathan Ingram 2012-10-10 11:48:27 +12:00
parent 61ab652a3b
commit 74e2c5ef89

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