Skip to content

Commit 38688b7

Browse files
committed
minor symfony#11605 [WebProfilerBundle] Fix typos and syntax in Profiler controller method comments (pgodel)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#11605). Discussion ---------- [WebProfilerBundle] Fix typos and syntax in Profiler controller method comments | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- be03b75 fix typos and syntax in Profiler controller method comments
2 parents 6176345 + be03b75 commit 38688b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public function searchBarAction(Request $request)
310310
}
311311

312312
/**
313-
* Search results.
313+
* Renders the search results.
314314
*
315315
* @param Request $request The current HTTP Request
316316
* @param string $token The token
@@ -351,7 +351,7 @@ public function searchResultsAction(Request $request, $token)
351351
}
352352

353353
/**
354-
* Narrow the search bar.
354+
* Narrows the search bar.
355355
*
356356
* @param Request $request The current HTTP Request
357357
*

0 commit comments

Comments
 (0)