Skip to content

chore: upgrade to Symfony 7 #528

chore: upgrade to Symfony 7

chore: upgrade to Symfony 7 #528

Triggered via pull request August 5, 2024 20:47
Status Failure
Total duration 2m 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
RiskyTruthyFalsyComparison: apps/backoffice/backend/public/index.php#L17
apps/backoffice/backend/public/index.php:17:5: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: apps/backoffice/backend/public/index.php#L24
apps/backoffice/backend/public/index.php:24:5: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
MissingClassConstType: apps/backoffice/backend/src/BackofficeBackendKernel.php#L19
apps/backoffice/backend/src/BackofficeBackendKernel.php:19:16: MissingClassConstType: Class constant "CodelyTv\Apps\Backoffice\Backend\BackofficeBackendKernel::CONFIG_EXTS" should have a declared type. (see https://psalm.dev/359)
RiskyTruthyFalsyComparison: apps/backoffice/backend/src/BackofficeBackendKernel.php#L25
apps/backoffice/backend/src/BackofficeBackendKernel.php:25:8: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: apps/backoffice/frontend/public/index.php#L17
apps/backoffice/frontend/public/index.php:17:5: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: apps/backoffice/frontend/public/index.php#L24
apps/backoffice/frontend/public/index.php:24:5: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
MissingClassConstType: apps/backoffice/frontend/src/BackofficeFrontendKernel.php#L19
apps/backoffice/frontend/src/BackofficeFrontendKernel.php:19:16: MissingClassConstType: Class constant "CodelyTv\Apps\Backoffice\Frontend\BackofficeFrontendKernel::CONFIG_EXTS" should have a declared type. (see https://psalm.dev/359)
RiskyTruthyFalsyComparison: apps/backoffice/frontend/src/BackofficeFrontendKernel.php#L25
apps/backoffice/frontend/src/BackofficeFrontendKernel.php:25:8: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: apps/bootstrap.php#L14
apps/bootstrap.php:14:43: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: apps/mooc/backend/public/index.php#L17
apps/mooc/backend/public/index.php:17:5: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)