.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.gitattributes | |
|
|
.github/CODEOWNERS | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/labels.yml | |
|
|
.github/release-drafter.yml | |
|
|
.github/renovate.json5 | |
|
|
.github/workflows/auto-approve.yml | |
|
|
.github/workflows/auto-merge.yml | |
|
|
.github/workflows/cleanup-caches.yml | |
|
|
.github/workflows/codeql.yml | |
|
|
.github/workflows/continuous-integration.yml | |
|
|
.github/workflows/dependency-review.yml | |
|
|
.github/workflows/labels.yml | |
|
|
.github/workflows/lint-workflow-files.yml | |
|
|
.github/workflows/lock-closed-issues.yml | |
|
|
.github/workflows/reactions.yml | |
|
|
.github/workflows/release-drafter.yml | |
|
|
.github/workflows/renovate-config-validator.yml | |
|
|
.gitignore | |
|
|
.markdown-link-check.json | |
|
|
.markdownlint.yaml | |
|
|
.mega-linter.yml | |
|
|
.php-cs-fixer.php | 34 | A 0 mins |
|
.phplint.yml | |
|
|
.yamllint.yml | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
codecov.yml | |
|
|
composer.json | |
|
|
infection.json5 | |
|
|
phpcs.xml | |
|
|
phpmd.ruleset.xml | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
rector.php | 37 | A 0 mins |
|
src/ConfigProvider.php | 50 | A 0 mins | A 100% |
src/View/Helper/Navigation.php | 180 | A 25 mins | A 100% |
src/View/Helper/Navigation/Breadcrumbs.php | 23 | A 0 mins | A 100% |
src/View/Helper/Navigation/BreadcrumbsFactory.php | 56 | A 1 hr | A 100% |
src/View/Helper/Navigation/BreadcrumbsInterface.php | 26 | A 0 mins | F 0% |
src/View/Helper/Navigation/BreadcrumbsTrait.php | 217 | C 1 day | A 100% |
src/View/Helper/Navigation/HelperTrait.php | 253 | A 25 mins | A 100% |
src/View/Helper/Navigation/Links.php | 386 | A 0 mins | A 95% |
src/View/Helper/Navigation/LinksFactory.php | 42 | A 0 mins | A 100% |
src/View/Helper/Navigation/LinksInterface.php | 42 | A 0 mins | F 0% |
src/View/Helper/Navigation/Menu.php | 247 | D 2 days | A 100% |