voyager-admin/voyager

View on GitHub
src/Voyager.php

Summary

Maintainability
A
1 hr
Test Coverage
B
85%

Method getViewData has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getViewData(): array
    {
        // This data gets directly written to the store and can be accessed through `this.$store` everywhere
        $viewData = [
            'localization'          => $this->getLocalization(),
Severity: Minor
Found in src/Voyager.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status