src/Http/Config/Error.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to public method \Mvc5\Http\Config\Error::jsonSerialize()
Open

    function jsonSerialize() : array
Severity: Minor
Found in src/Http/Config/Error.php by phan

Suspicious array access to \Mvc5\Http\Config\Error
Open

        return $this[STATUS];
Severity: Minor
Found in src/Http/Config/Error.php by phan

Suspicious array access to \Mvc5\Http\Config\Error
Open

        return $this[DESCRIPTION];
Severity: Minor
Found in src/Http/Config/Error.php by phan

Possibly zero references to public method \Mvc5\Http\Config\Error::status()
Open

    function status() : ?int
Severity: Minor
Found in src/Http/Config/Error.php by phan

Suspicious array access to \Mvc5\Http\Config\Error
Open

        return $this[CODE];
Severity: Minor
Found in src/Http/Config/Error.php by phan

Suspicious array access to \Mvc5\Http\Config\Error
Open

        return $this[ERRORS] ?? [];
Severity: Minor
Found in src/Http/Config/Error.php by phan

Suspicious array access to \Mvc5\Http\Config\Error
Open

        return $this[MESSAGE];
Severity: Minor
Found in src/Http/Config/Error.php by phan

There are no issues that match your filters.

Category
Status