Skip to content

Lock file maintenance #271

Lock file maintenance

Lock file maintenance #271

Triggered via push November 27, 2023 00:39
Status Failure
Total duration 59s
Artifacts
ci  /  Generate job matrix
7s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

8 errors
RedundantCondition: src/Page/AbstractPage.php#L403
src/Page/AbstractPage.php:403:13: RedundantCondition: Type never for $id is never numeric (see https://psalm.dev/122)
InvalidCast: src/Page/AbstractPage.php#L653
src/Page/AbstractPage.php:653:27: InvalidCast: never cannot be cast to int (see https://psalm.dev/103)
TypeDoesNotContainType: src/Page/AbstractPage.php#L654
src/Page/AbstractPage.php:654:17: TypeDoesNotContainType: Type 1 for $temp is never !<0 (see https://psalm.dev/056)
RedundantCondition: src/Page/AbstractPage.php#L654
src/Page/AbstractPage.php:654:17: RedundantCondition: Type 1 for $temp is always >= 0 (see https://psalm.dev/122)
RedundantCondition: src/Page/AbstractPage.php#L654
src/Page/AbstractPage.php:654:30: RedundantCondition: Type 1 for $temp is always >= 0 (see https://psalm.dev/122)
TypeDoesNotContainType: src/Page/AbstractPage.php#L654
src/Page/AbstractPage.php:654:43: TypeDoesNotContainType: Type never for $order is never =string(0) (see https://psalm.dev/056)
RedundantFunctionCall: src/Page/AbstractPage.php#L854
src/Page/AbstractPage.php:854:48: RedundantFunctionCall: The call to strtolower is unnecessary (see https://psalm.dev/280)
NoValue: src/Page/AbstractPage.php#L854
src/Page/AbstractPage.php:854:59: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)