nopolabs/yabot

View on GitHub
src/Helpers/GuzzleTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Return type of getAsync() is undeclared type \GuzzleHttp\Promise\PromiseInterface
Open

    public function getAsync(string $uri, array $options = []) : PromiseInterface
Severity: Minor
Found in src/Helpers/GuzzleTrait.php by phan

Return type of postAsync() is undeclared type \GuzzleHttp\Promise\PromiseInterface
Open

    public function postAsync(string $uri, array $options = []) : PromiseInterface
Severity: Minor
Found in src/Helpers/GuzzleTrait.php by phan

Return type of post() is undeclared type \Psr\Http\Message\ResponseInterface
Open

    public function post(string $uri, array $options = []) : ResponseInterface
Severity: Minor
Found in src/Helpers/GuzzleTrait.php by phan

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/Helpers/GuzzleTrait.php by phpcodesniffer

There are no issues that match your filters.

Category
Status