Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 16, 2018
1 parent 0cd8062 commit 3399417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Twig/Extension/Component/AbstractComponentTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ private function bootstrapBreadcrumb(NavigationNode $node, $last) {
* Displays a Bootstrap breadcrumbs.
*
* @param NavigationTree $tree The tree.
* @param Request $request The request.
* @return string Returns the Bootstrap breadcrumbs.
*/
protected function bootstrapBreadcrumbs(NavigationTree $tree, Request $request) {
protected function bootstrapBreadcrumbs(NavigationTree $tree) {

// Initialize the template.
$template = "<ol %attributes%>\n%innerHTML%\n</ol>";
Expand Down

0 comments on commit 3399417

Please sign in to comment.