fix(timeout): compare creation time to now - timeout #515
psalm.yml
on: pull_request
static-psalm-analysis
44s
Annotations
3 errors
RedundantPropertyInitializationCheck:
lib/Tools/Traits/TLogger.php#L175
lib/Tools/Traits/TLogger.php:175:7: RedundantPropertyInitializationCheck: Property $this->logger with type Psr\Log\LoggerInterface should already be set in the constructor (see https://psalm.dev/261)
|
RedundantCondition:
lib/Tools/Traits/TLogger.php#L175
lib/Tools/Traits/TLogger.php:175:7: RedundantCondition: Type Psr\Log\LoggerInterface for $this->logger is always isset (see https://psalm.dev/122)
|
static-psalm-analysis
Process completed with exit code 2.
|