src/Resolver/Service.php

Summary

Maintainability
A
35 mins
Test Coverage

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

    protected function repeat($plugin, string $method, array $name = [], array $args = [], callable $callback = null)
Severity: Minor
Found in src/Resolver/Service.php - About 35 mins to fix

    syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ';'
    Open

                return fn(...$argv) => $this->call($plugin, $this->variadic($argv));
    Severity: Critical
    Found in src/Resolver/Service.php by phan

    There are no issues that match your filters.

    Category
    Status