reliqarts/laravel-docweaver

View on GitHub
src/ServiceProvider.php

Summary

Maintainability
A
1 hr
Test Coverage

Method registerBindings has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function registerBindings(): self
    {
        $this->app->singleton(FilesystemContract::class, Filesystem::class);
        $this->app->singleton(DocumentationPublisherContract::class, DocumentationPublisher::class);
        $this->app->singleton(DocumentationProviderContract::class, DocumentationProvider::class);
Severity: Minor
Found in src/ServiceProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status