Lock file maintenance #424
continuous-integration.yml
on: push
ci
/
Generate job matrix
10s
Matrix: ci / QA Checks
Annotations
9 errors
NoValue:
src/Filter/Alnum.php#L82
src/Filter/Alnum.php:82:13: NoValue: All possible types for this return were invalidated - This may be dead code (see https://psalm.dev/179)
|
NoValue:
src/Filter/Alpha.php#L26
src/Filter/Alpha.php:26:13: NoValue: All possible types for this return were invalidated - This may be dead code (see https://psalm.dev/179)
|
InvalidTemplateParam:
src/Translator/TextDomain.php#L18
src/Translator/TextDomain.php:18:7: InvalidTemplateParam: Extended template param TKey expects type array-key, type TKey:Laminas\I18n\Translator\TextDomain as mixed given (see https://psalm.dev/183)
|
TypeDoesNotContainType:
src/Translator/Translator.php#L128
src/Translator/Translator.php:128:17: TypeDoesNotContainType: Type never for $options is never object (see https://psalm.dev/056)
|
MixedArgument:
src/Translator/Translator.php#L128
src/Translator/Translator.php:128:17: MixedArgument: Argument 3 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/Translator/Translator.php#L128
src/Translator/Translator.php:128:57: RedundantCondition: Type never for $options is never object (see https://psalm.dev/122)
|
ArgumentTypeCoercion:
test/Validator/DateTimeTest.php#L37
test/Validator/DateTimeTest.php:37:35: ArgumentTypeCoercion: Argument 1 of date_default_timezone_set expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
UnusedBaselineEntry:
src/Filter/Alnum.php#L1
src/Filter/Alnum.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedReturnStatement" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Filter/Alpha.php#L1
src/Filter/Alpha.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedReturnStatement" has 1 extra entry. (see https://psalm.dev/316)
|