src/Process/Entity/ReadEntity.php

Summary

Maintainability
A
35 mins
Test Coverage

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

    protected function generateException($message = '', ?int $code = null, ?Throwable $previous = null, ?array $params = [], ?array $solutions = []): Throwable
Severity: Minor
Found in src/Process/Entity/ReadEntity.php - About 35 mins to fix

    syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
    Open

        private string $class;
    Severity: Critical
    Found in src/Process/Entity/ReadEntity.php by phan

    Expected 1 blank line at end of file; 2 found
    Open

    }

    Line exceeds 120 characters; contains 159 characters
    Open

        protected function generateException($message = '', ?int $code = null, ?Throwable $previous = null, ?array $params = [], ?array $solutions = []): Throwable

    There are no issues that match your filters.

    Category
    Status