fix typos and syntax in Profiler controller method comments

This commit is contained in:
Pablo Godel 2014-08-07 10:14:53 -04:00 committed by Fabien Potencier
parent 61763452b7
commit be03b7552a

View File

@ -310,7 +310,7 @@ class ProfilerController
} }
/** /**
* Search results. * Renders the search results.
* *
* @param Request $request The current HTTP Request * @param Request $request The current HTTP Request
* @param string $token The token * @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 * @param Request $request The current HTTP Request
* *