src/Response/Service/Status.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method reasonPhrase from undeclared class \Mvc5\Http\StatusCode
Open

            REASON => StatusCode::reasonPhrase($error->status())
Severity: Critical
Found in src/Response/Service/Status.php by phan

Call to undeclared method \Mvc5\Config\Model::reason
Open

        !$response->reason() &&
Severity: Critical
Found in src/Response/Service/Status.php by phan

Call to method reasonPhrase from undeclared class \Mvc5\Http\StatusCode
Open

            $response = $response->with(REASON, StatusCode::reasonPhrase($response->status()));
Severity: Critical
Found in src/Response/Service/Status.php by phan

Call to undeclared method \Mvc5\Config\Model::status
Open

            $response = $response->with(REASON, StatusCode::reasonPhrase($response->status()));
Severity: Critical
Found in src/Response/Service/Status.php by phan

There are no issues that match your filters.

Category
Status