Skip to content

Quality assurance #2060

Quality assurance

Quality assurance #2060

Triggered via schedule July 22, 2023 00:47
Status Failure
Total duration 1m 40s
Artifacts

qa.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

19 errors
PHPStan: src/Block/ChildrenPagesBlockService.php#L82
Call to function assert() with true will always evaluate to true.
PHPStan: src/Block/ChildrenPagesBlockService.php#L82
Strict comparison using !== between null and string will always evaluate to true.
PHPStan: src/Block/ContainerBlockService.php#L83
Call to function assert() with true will always evaluate to true.
PHPStan: src/Block/ContainerBlockService.php#L83
Strict comparison using !== between null and string will always evaluate to true.
PHPStan: src/Block/PageListBlockService.php#L54
Call to function assert() with true will always evaluate to true.
PHPStan: src/Block/PageListBlockService.php#L54
Strict comparison using !== between null and string will always evaluate to true.
PHPStan: src/Block/SharedBlockBlockService.php#L65
Call to function assert() with true will always evaluate to true.
PHPStan: src/Block/SharedBlockBlockService.php#L65
Strict comparison using !== between null and string will always evaluate to true.
PHPStan
Process completed with exit code 1.
RedundantCondition: src/Block/ChildrenPagesBlockService.php#L82
src/Block/ChildrenPagesBlockService.php:82:9: RedundantCondition: Type string for $template is never null (see https://psalm.dev/122)
RedundantCondition: src/Block/ChildrenPagesBlockService.php#L82
src/Block/ChildrenPagesBlockService.php:82:17: RedundantCondition: string can never contain null (see https://psalm.dev/122)
RedundantCondition: src/Block/ContainerBlockService.php#L83
src/Block/ContainerBlockService.php:83:9: RedundantCondition: Type string for $template is never null (see https://psalm.dev/122)
RedundantCondition: src/Block/ContainerBlockService.php#L83
src/Block/ContainerBlockService.php:83:17: RedundantCondition: string can never contain null (see https://psalm.dev/122)
RedundantCondition: src/Block/PageListBlockService.php#L54
src/Block/PageListBlockService.php:54:9: RedundantCondition: Type string for $template is never null (see https://psalm.dev/122)
RedundantCondition: src/Block/PageListBlockService.php#L54
src/Block/PageListBlockService.php:54:17: RedundantCondition: string can never contain null (see https://psalm.dev/122)
RedundantCondition: src/Block/SharedBlockBlockService.php#L65
src/Block/SharedBlockBlockService.php:65:9: RedundantCondition: Type string for $template is never null (see https://psalm.dev/122)
RedundantCondition: src/Block/SharedBlockBlockService.php#L65
src/Block/SharedBlockBlockService.php:65:17: RedundantCondition: string can never contain null (see https://psalm.dev/122)
UnusedPsalmSuppress: tests/App/AppKernel.php#L87
tests/App/AppKernel.php:87:24: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
Psalm
Process completed with exit code 2.