laravel/framework

View on GitHub
src/Illuminate/Routing/UrlGenerator.php

Summary

Maintainability
C
1 day
Test Coverage

UrlGenerator has 48 functions (exceeds 20 allowed). Consider refactoring.
Open

class UrlGenerator implements UrlGeneratorContract
{
    use InteractsWithTime, Macroable;

    /**
Severity: Minor
Found in src/Illuminate/Routing/UrlGenerator.php - About 6 hrs to fix

    File UrlGenerator.php has 364 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace Illuminate\Routing;
    
    use BackedEnum;
    Severity: Minor
    Found in src/Illuminate/Routing/UrlGenerator.php - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status