move files #4473
Triggered via pull request
September 17, 2024 14:13
Status
Failure
Total duration
4m 12s
Artifacts
–
psalm-matrix.yml
on: pull_request
Matrix: static-analysis
static-psalm-analysis-summary
5s
Annotations
6 errors
InvalidDocblock:
lib/Service/AllowedRecipientsService.php#L17
lib/Service/AllowedRecipientsService.php:17:3: InvalidDocblock: Param1 of OCA\Mail\Service\AllowedRecipientsService::__construct has invalid syntax (see https://psalm.dev/008)
|
ParseError:
lib/Service/AllowedRecipientsService.php#L17
lib/Service/AllowedRecipientsService.php:17:20: ParseError: Syntax error, unexpected T_STRING, expecting T_VARIABLE on line 17 (see https://psalm.dev/173)
|
UndefinedThisPropertyFetch:
lib/Service/AllowedRecipientsService.php#L29
lib/Service/AllowedRecipientsService.php:29:4: UndefinedThisPropertyFetch: Instance property OCA\Mail\Service\AllowedRecipientsService::$aliasesService is not defined (see https://psalm.dev/041)
|
PossiblyUndefinedArrayOffset:
lib/Service/MailFilter/FilterBuilder.php#L81
lib/Service/MailFilter/FilterBuilder.php:81:15: PossiblyUndefinedArrayOffset: Possibly undefined array key $tests[0] on list{0?: non-empty-string} (see https://psalm.dev/167)
|
static-psalm-analysis dev-master
Process completed with exit code 2.
|
static-psalm-analysis-summary
Process completed with exit code 1.
|