Skip to content

Debug Logging prototype #1040

Debug Logging prototype

Debug Logging prototype #1040

Triggered via pull request August 7, 2024 18:58
Status Failure
Total duration 1m 17s
Artifacts

tests.yml

on: pull_request
Test Prefer Lowest
34s
Test Prefer Lowest
PHP Style Check
21s
PHP Style Check
PHPStan Static Analysis
24s
PHPStan Static Analysis
Matrix: test
Fit to window
Zoom out
Zoom in

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.