Debug Logging prototype #1040
tests.yml
on: pull_request
Test Prefer Lowest
34s
PHP Style Check
21s
PHPStan Static Analysis
24s
Matrix: test
Annotations
7 errors
PHP Style Check
Process completed with exit code 8.
|
PHPStan Static Analysis:
src/HttpHandler/Guzzle6HttpHandler.php#L79
Expression on left side of ?? is not nullable.
|
PHPStan Static Analysis:
src/HttpHandler/Guzzle6HttpHandler.php#L79
Property Google\Auth\Logger\LogEvent::$payload (array|null) does not accept string|false.
|
PHPStan Static Analysis:
src/HttpHandler/Guzzle6HttpHandler.php#L90
Expression on left side of ?? is not nullable.
|
PHPStan Static Analysis:
src/HttpHandler/Guzzle6HttpHandler.php#L90
Property Google\Auth\Logger\LogEvent::$payload (array|null) does not accept string|false.
|
PHPStan Static Analysis:
src/Logger/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L101
Method Google\Auth\HttpHandler\Guzzle6HttpHandler::getJwtToken() should return array<string, string>|null but returns array<string, array<string, string>>.
|
PHPStan Static Analysis
Process completed with exit code 1.
|