Skip to content

feat: add StdOutLogger and LoggingTrait #56

feat: add StdOutLogger and LoggingTrait

feat: add StdOutLogger and LoggingTrait #56

Triggered via pull request November 25, 2024 21:53
Status Failure
Total duration 38s
Artifacts

lint.yml

on: pull_request
PHP Style Check  /  PHP Code Standards
17s
PHP Style Check / PHP Code Standards
PHPStan Static Analysis  /  PHPStan Static Analysis
26s
PHPStan Static Analysis / PHPStan Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

8 errors
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L27
PHPDoc tag @param for parameter $event with type Google\Auth\Logging\LogEvent is not subtype of native type Google\Auth\Logging\RpcLogEvent.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L27
Parameter $event of method Google\Auth\HttpHandler\Guzzle6HttpHandler::logRequest() has invalid type Google\Auth\Logging\LogEvent.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L63
PHPDoc tag @param for parameter $event with type Google\Auth\Logging\LogEvent is not subtype of native type Google\Auth\Logging\RpcLogEvent.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L63
Parameter $event of method Google\Auth\HttpHandler\Guzzle6HttpHandler::logResponse() has invalid type Google\Auth\Logging\LogEvent.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L119
PHPDoc tag @param for parameter $event with type Google\Auth\Logging\LogEvent is not subtype of native type Google\Auth\Logging\RpcLogEvent.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LoggingTrait.php (in context of class Google/Auth/HttpHandler/Guzzle6HttpHandler)#L119
Parameter $event of method Google\Auth\HttpHandler\Guzzle6HttpHandler::logStatus() has invalid type Google\Auth\Logging\LogEvent.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/RpcLogEvent.php#L120
PHPDoc tag @param for parameter $startTime with type string|null is not subtype of native type float|null.
PHPStan Static Analysis / PHPStan Static Analysis
Process completed with exit code 1.