Lock file maintenance #271
continuous-integration.yml
on: push
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
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)
|