Skip to content

Refactor StripTags filter to implement FlterInterface #800

Refactor StripTags filter to implement FlterInterface

Refactor StripTags filter to implement FlterInterface #800

Triggered via pull request January 2, 2025 14:44
Status Failure
Total duration 57s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
6s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 16 warnings
MixedInferredReturnType: src/StripTags.php#L115
src/StripTags.php:115:45: MixedInferredReturnType: Could not verify return type 'T|string' for Laminas\Filter\StripTags::__invoke (see https://psalm.dev/047)
MixedReturnStatement: src/StripTags.php#L117
src/StripTags.php:117:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
UnusedBaselineEntry: src/StripTags.php#L1
src/StripTags.php:0:0: UnusedBaselineEntry: Baseline for issue "DeprecatedClass" has 1 extra entry. (see https://psalm.dev/316)
UnusedBaselineEntry: src/StripTags.php#L1
src/StripTags.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArgument" has 2 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: src/StripTags.php#L1
src/StripTags.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedAssignment" has 3 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: src/StripTags.php#L1
src/StripTags.php:0:0: UnusedBaselineEntry: Baseline for issue "PossiblyUndefinedVariable" has 1 extra entry. (see https://psalm.dev/316)
UnusedBaselineEntry: src/StripTags.php#L1
src/StripTags.php:0:0: UnusedBaselineEntry: Baseline for issue "RedundantConditionGivenDocblockType" has 1 extra entry. (see https://psalm.dev/316)
UnusedBaselineEntry: test/StripTagsTest.php#L1
test/StripTagsTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArgument" has 1 extra entry. (see https://psalm.dev/316)
UnusedBaselineEntry: test/StripTagsTest.php#L1
test/StripTagsTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedAssignment" has 1 extra entry. (see https://psalm.dev/316)
ci / Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636