From be03b7552a515a914becbdee3a94f4d8acf33330 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 a106feae99..8542f2865f 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php @@ -310,7 +310,7 @@ class ProfilerController } /** - * Search results. + * Renders the search results. * * @param Request $request The current HTTP Request * @param string $token The token @@ -351,7 +351,7 @@ class ProfilerController } /** - * Narrow the search bar. + * Narrows the search bar. * * @param Request $request The current HTTP Request *