cosmocode/dokuwiki-plugin-issuelinks

View on GitHub
classes/HTTPRequestException.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to instance property resp_body from undeclared class \DokuHTTPClient
Open

        $this->responseBody = $httpClient->resp_body;
Severity: Minor
Found in classes/HTTPRequestException.php by phan

Reference to instance property status from undeclared class \DokuHTTPClient
Open

        $this->code = $httpClient->status;
Severity: Minor
Found in classes/HTTPRequestException.php by phan

Reference to instance property error from undeclared class \DokuHTTPClient
Open

        $this->httpError = $httpClient->error;
Severity: Minor
Found in classes/HTTPRequestException.php by phan

Parameter $httpClient has undeclared type \DokuHTTPClient
Open

    public function __construct($message, \DokuHTTPClient $httpClient, $url, $method)
Severity: Minor
Found in classes/HTTPRequestException.php by phan

There are no issues that match your filters.

Category
Status