Fix phpdoc

This commit is contained in:
clombardot 2012-03-19 09:45:20 +01:00
parent 7188e19536
commit f114112c99

View file

@ -47,7 +47,7 @@ class PanelController extends ContainerAware
* @param string $connection The connection name
* @param integer $query
*
* @return Response A Response instance
* @return Symfony\Component\HttpFoundation\Response A Response instance
*/
public function explainAction($token, $connection, $query)
{