Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Oct 3, 2016
1 parent 7338e06 commit c5e9929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/Helper/BreadcrumbsHelper.php
Expand Up @@ -173,7 +173,7 @@ public function insertAfter($matchingTitle, $title, $link = null, array $options
*/
public function getCrumbs()
{
return $this->crumbs;
return $this->crumbs;
}

/**
Expand Down Expand Up @@ -229,7 +229,7 @@ public function render(array $attributes = [], array $separator = [])
$template = 'itemWithoutLink';
}

if (isset($separatorParams) && $key !== ($crumbsCount-1)) {
if (isset($separatorParams) && $key !== ($crumbsCount - 1)) {
$templateParams['separator'] = $this->formatTemplate('separator', $separatorParams);
}

Expand Down

0 comments on commit c5e9929

Please sign in to comment.