Skip to content

feat: add StdOutLogger and LoggingTrait #1084

feat: add StdOutLogger and LoggingTrait

feat: add StdOutLogger and LoggingTrait #1084

Triggered via pull request September 4, 2024 21:46
Status Failure
Total duration 49s
Artifacts

tests.yml

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

Annotations

6 errors
PHP Style Check / PHP Code Standards
Process completed with exit code 8.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LogEvent.php#L55
Property Google\Auth\Logging\LogEvent::$payload type has no value type specified in iterable type array.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LogEvent.php#L104
PHPDoc tag @var for property Google\Auth\Logging\LogEvent::$requestId with type Google\Auth\Logging\in is incompatible with native type int.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/LogEvent.php#L104
Property Google\Auth\Logging\LogEvent::$requestId has unknown class Google\Auth\Logging\in as its type.
PHPStan Static Analysis / PHPStan Static Analysis: src/Logging/StdOutLogger.php#L90
Method Google\Auth\Logging\StdOutLogger::log() has parameter $level with no type specified.
PHPStan Static Analysis / PHPStan Static Analysis
Process completed with exit code 1.