feat: add StdOutLogger and LoggingTrait #1084
tests.yml
on: pull_request
Test Prefer Lowest
28s
PHP Style Check
/
PHP Code Standards
16s
PHPStan Static Analysis
/
PHPStan Static Analysis
19s
Matrix: test
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.
|