Skip to content

Update dependency vimeo/psalm to v6 #54

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #54

Triggered via pull request August 11, 2025 20:13
Status Failure
Total duration 59s
Artifacts

continuous-integration.yml

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

Annotations

10 errors
UnusedIssueHandlerSuppression: psalm.xml#L0
/github/workspace/psalm.xml:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "InternalMethod" for was not thrown. (see https://psalm.dev/326)
PossiblyFalseOperand: public/index.php#L15
public/index.php:15:32: PossiblyFalseOperand: Cannot concatenate with a possibly false false|null|string (see https://psalm.dev/162)
PossiblyNullOperand: public/index.php#L15
public/index.php:15:32: PossiblyNullOperand: Cannot concatenate with a possibly null false|null|string (see https://psalm.dev/080)
ClassMustBeFinal: module/Application/test/ModuleTest.php#L13
module/Application/test/ModuleTest.php:13:7: ClassMustBeFinal: Class ApplicationTest\ModuleTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: module/Application/test/Controller/IndexControllerTest.php#L13
module/Application/test/Controller/IndexControllerTest.php:13:5: MissingOverrideAttribute: Method ApplicationTest\Controller\IndexControllerTest::setup should have the "Override" attribute (see https://psalm.dev/358)
ClassMustBeFinal: module/Application/test/Controller/IndexControllerTest.php#L11
module/Application/test/Controller/IndexControllerTest.php:11:7: ClassMustBeFinal: Class ApplicationTest\Controller\IndexControllerTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: module/Application/src/Module.php#L7
module/Application/src/Module.php:7:7: ClassMustBeFinal: Class Application\Module is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: module/Application/src/Controller/IndexController.php#L12
module/Application/src/Controller/IndexController.php:12:5: MissingOverrideAttribute: Method Application\Controller\IndexController::indexaction should have the "Override" attribute (see https://psalm.dev/358)
ClassMustBeFinal: module/Application/src/Controller/IndexController.php#L10
module/Application/src/Controller/IndexController.php:10:7: ClassMustBeFinal: Class Application\Controller\IndexController is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PossiblyFalseOperand: config/application.config.php#L24
config/application.config.php:24:13: PossiblyFalseOperand: Cannot concatenate with a possibly false false|string (see https://psalm.dev/162)