Skip to content

chore(deps): update dependency vimeo/psalm to v6 #2360

chore(deps): update dependency vimeo/psalm to v6

chore(deps): update dependency vimeo/psalm to v6 #2360

Triggered via push March 8, 2025 12:53
Status Failure
Total duration 44s
Artifacts

test-php.yml

on: push
Matrix: test-php
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
test-php (8.2, high-deps): src/GherkinDocumentBuilder.php#L63
src/GherkinDocumentBuilder.php:63:5: MissingOverrideAttribute: Method Cucumber\Gherkin\GherkinDocumentBuilder::startrule should have the "Override" attribute (see https://psalm.dev/358)
test-php (8.2, high-deps): src/GherkinDocumentBuilder.php#L48
src/GherkinDocumentBuilder.php:48:5: MissingOverrideAttribute: Method Cucumber\Gherkin\GherkinDocumentBuilder::build should have the "Override" attribute (see https://psalm.dev/358)
test-php (8.2, high-deps): src/GherkinDialectProvider.php#L34
src/GherkinDialectProvider.php:34:33: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin-generate-tokens#L22
bin/gherkin-generate-tokens:22:36: PossiblyFalseArgument: Argument 1 of Cucumber\Gherkin\StringTokenScanner::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin#L37
bin/gherkin:37:46: PossiblyFalseArgument: Argument 1 of Cucumber\Messages\Streams\NdJson\NdJsonStreamWriter::fromFileHandle cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin#L32
bin/gherkin:32:53: PossiblyFalseArgument: Argument 2 of array_key_exists cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin#L31
bin/gherkin:31:57: PossiblyFalseArgument: Argument 2 of array_key_exists cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin#L30
bin/gherkin:30:51: PossiblyFalseArgument: Argument 2 of array_key_exists cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin#L29
bin/gherkin:29:57: PossiblyFalseArgument: Argument 2 of array_key_exists cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
test-php (8.2, high-deps): bin/gherkin#L23
bin/gherkin:23:48: PossiblyFalseArgument: Argument 2 of Cucumber\Messages\Source::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
test-php (8.2, low-deps)
The strategy configuration was canceled because "test-php._8_2_high-deps" failed
test-php (8.2, high-deps)
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/