test(FileListener): More tests with folders #15
psalm-matrix.yml
on: pull_request
matrix
1m 55s
Matrix: static-analysis
static-psalm-analysis-summary
9s
Annotations
11 errors
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::emergency with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::emergency (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::alert with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::alert (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::critical with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::critical (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::error with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::error (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::warning with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::warning (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::notice with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::notice (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::info with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::info (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::debug with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::debug (see https://psalm.dev/042)
|
MethodSignatureMismatch:
lib/Service/Logger.php#L12
lib/Service/Logger.php:12:7: MethodSignatureMismatch: Method OCA\Recognize\Service\Logger::log with return type '' is different to return type 'void' of inherited method Psr\Log\LoggerInterface::log (see https://psalm.dev/042)
|
MissingParamType:
lib/Service/Logger.php#L33
lib/Service/Logger.php:33:28: MissingParamType: Parameter $message has no provided type (see https://psalm.dev/154)
|
static-psalm-analysis-summary
Process completed with exit code 1.
|