Skip to content

feat: add StdOutLogger and LoggingTrait #1098

feat: add StdOutLogger and LoggingTrait

feat: add StdOutLogger and LoggingTrait #1098

Triggered via pull request September 20, 2024 18:21
Status Failure
Total duration 52s
Artifacts

tests.yml

on: pull_request
Test Prefer Lowest
23s
Test Prefer Lowest
PHP Style Check  /  PHP Code Standards
25s
PHP Style Check / PHP Code Standards
PHPStan Static Analysis  /  PHPStan Static Analysis
15s
PHPStan Static Analysis / PHPStan Static Analysis
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PHPStan Static Analysis / PHPStan Static Analysis: src/HttpHandler/HttpHandlerFactory.php#L38
PHPDoc tag @param references unknown parameter: $loggerDisabled
PHPStan Static Analysis / PHPStan Static Analysis: src/HttpHandler/HttpHandlerFactory.php#L68
Parameter #2 $logger of class Google\Auth\HttpHandler\Guzzle6HttpHandler constructor expects Psr\Log\LoggerInterface|null, Psr\Log\LoggerInterface|false|null given.
PHPStan Static Analysis / PHPStan Static Analysis: src/HttpHandler/HttpHandlerFactory.php#L70
Parameter #2 $logger of class Google\Auth\HttpHandler\Guzzle7HttpHandler constructor expects Psr\Log\LoggerInterface|null, Psr\Log\LoggerInterface|false|null given.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L81
Method Google\Auth\HttpHandler\Guzzle6HttpHandler::getJwtToken() return type has no value type specified in iterable type array.
PHPStan Static Analysis / PHPStan Static Analysis
Process completed with exit code 1.
PHP Style Check / PHP Code Standards
Process completed with exit code 8.