From f2f520797823780ae17169b7d812418aa68115ab Mon Sep 17 00:00:00 2001 From: Pablo Godel Date: Thu, 7 Aug 2014 10:14:53 -0400 Subject: [PATCH] fix typos and syntax in Profiler controller method comments --- .../WebProfilerBundle/Controller/ProfilerController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php index a106feae990f7..8542f2865f666 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php @@ -310,7 +310,7 @@ public function searchBarAction(Request $request) } /** - * Search results. + * Renders the search results. * * @param Request $request The current HTTP Request * @param string $token The token @@ -351,7 +351,7 @@ public function searchResultsAction(Request $request, $token) } /** - * Narrow the search bar. + * Narrows the search bar. * * @param Request $request The current HTTP Request *