Skip to content

Update all non-major dependencies #1595

Update all non-major dependencies

Update all non-major dependencies #1595

Triggered via pull request February 19, 2025 17:20
Status Failure
Total duration 1m 24s
Artifacts

psalm.yml

on: pull_request
Matrix: Static Analysis by Psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ClassMustBeFinal: src/ComposerRequireChecker/Cli/Application.php#L12
src/ComposerRequireChecker/Cli/Application.php:12:7: ClassMustBeFinal: Class ComposerRequireChecker\Cli\Application is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/ComposerRequireChecker/Cli/CheckCommand.php#L48
src/ComposerRequireChecker/Cli/CheckCommand.php:48:7: ClassMustBeFinal: Class ComposerRequireChecker\Cli\CheckCommand is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: src/ComposerRequireChecker/Cli/CheckCommand.php#L53
src/ComposerRequireChecker/Cli/CheckCommand.php:53:5: MissingOverrideAttribute: Method ComposerRequireChecker\Cli\CheckCommand::configure should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/ComposerRequireChecker/Cli/CheckCommand.php#L85
src/ComposerRequireChecker/Cli/CheckCommand.php:85:5: MissingOverrideAttribute: Method ComposerRequireChecker\Cli\CheckCommand::initialize should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/ComposerRequireChecker/Cli/CheckCommand.php#L101
src/ComposerRequireChecker/Cli/CheckCommand.php:101:5: MissingOverrideAttribute: Method ComposerRequireChecker\Cli\CheckCommand::execute should have the "Override" attribute (see https://psalm.dev/358)
InvalidOperand: src/ComposerRequireChecker/Cli/CheckCommand.php#L147
src/ComposerRequireChecker/Cli/CheckCommand.php:147:35: InvalidOperand: Cannot concatenate with a int<0, max> (see https://psalm.dev/058)
InvalidOperand: src/ComposerRequireChecker/Cli/CheckCommand.php#L153
src/ComposerRequireChecker/Cli/CheckCommand.php:153:35: InvalidOperand: Cannot concatenate with a int<0, max> (see https://psalm.dev/058)
InvalidOperand: src/ComposerRequireChecker/Cli/CheckCommand.php#L164
src/ComposerRequireChecker/Cli/CheckCommand.php:164:35: InvalidOperand: Cannot concatenate with a int<0, max> (see https://psalm.dev/058)
ClassMustBeFinal: src/ComposerRequireChecker/Cli/Options.php#L22
src/ComposerRequireChecker/Cli/Options.php:22:7: ClassMustBeFinal: Class ComposerRequireChecker\Cli\Options is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: src/ComposerRequireChecker/Cli/ResultsWriter/CliJson.php#L31
src/ComposerRequireChecker/Cli/ResultsWriter/CliJson.php:31:5: MissingOverrideAttribute: Method ComposerRequireChecker\Cli\ResultsWriter\CliJson::write should have the "Override" attribute (see https://psalm.dev/358)
Static Analysis by Psalm (locked, 8.2, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/