glhd/laravel-addressing

View on GitHub
src/LaravelAddressing.php

Summary

Maintainability
A
35 mins
Test Coverage
A
97%

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        CountryRepositoryInterface $country_repository,
        SubdivisionRepositoryInterface $subdivision_repository,
        AddressFormatRepositoryInterface $address_format_repository,
        string $locale = 'en',
        string $fallback_locale = 'en'
Severity: Minor
Found in src/LaravelAddressing.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status