Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*
Expand Down