laravel/framework

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

Summary

Maintainability
B
4 hrs
Test Coverage

View has 33 functions (exceeds 20 allowed). Consider refactoring.
Open

class View implements ArrayAccess, Htmlable, Stringable, ViewContract
{
    use Macroable {
        __call as macroCall;
    }
Severity: Minor
Found in src/Illuminate/View/View.php - About 4 hrs to fix

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

        public function __construct(Factory $factory, Engine $engine, $view, $path, $data = [])
    Severity: Minor
    Found in src/Illuminate/View/View.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status