Skip to content

Commit

Permalink
update function
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jun 22, 2021
1 parent 64b5a0c commit 9fe605b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,4 @@ jobs:
verbose: true

- name: "Run mutation tests with infection/infection"
run: "vendor/bin/infection --min-covered-msi=82 --min-msi=79 --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --coverage=.build/coverage --logger-github"
run: "vendor/bin/infection -s --min-covered-msi=82 --min-msi=79 --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --coverage=.build/coverage --logger-github"
2 changes: 1 addition & 1 deletion src/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function renderStraight($container = null): string
return $html;
}

private function renderBreadcrumbItem(string $content, string $liClass = '', bool $active = false): string
private function renderBreadcrumbItem(string $content, string $liClass, bool $active): string
{
$classes = ['breadcrumb-item'];
$aria = '';
Expand Down

0 comments on commit 9fe605b

Please sign in to comment.