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
1 changed files with 2 additions and 2 deletions

View File

@ -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
*