Skip to content

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

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

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

Triggered via pull request March 8, 2025 12:40
Status Failure
Total duration 49s
Artifacts

test-php.yml

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

Annotations

11 errors and 1 warning
test-php (8.1, low-deps): tests/AcceptanceTest.php#L52
tests/AcceptanceTest.php:52:31: PossiblyFalseArgument: Argument 1 of feof cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): tests/AcceptanceTest.php#L42
tests/AcceptanceTest.php:42:31: PossiblyFalseArgument: Argument 1 of fgets cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): tests/AcceptanceTest.php#L41
tests/AcceptanceTest.php:41:33: PossiblyFalseArgument: Argument 1 of fgets cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): tests/AcceptanceTest.php#L40
tests/AcceptanceTest.php:40:22: PossiblyFalseArgument: Argument 1 of feof cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): tests/AcceptanceTest.php#L38
tests/AcceptanceTest.php:38:16: PossiblyFalseArgument: Argument 1 of rewind cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): tests/AcceptanceTest.php#L37
tests/AcceptanceTest.php:37:16: PossiblyFalseArgument: Argument 1 of rewind cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): tests/AcceptanceTest.php#L33
tests/AcceptanceTest.php:33:54: 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.1, low-deps): tests/AcceptanceTest.php#L32
tests/AcceptanceTest.php:32:54: PossiblyFalseArgument: Argument 1 of Cucumber\Messages\Streams\NdJson\NdJsonStreamReader::fromFileHandle cannot be false, possibly resource value expected (see https://psalm.dev/104)
test-php (8.1, low-deps): src/Id/UuidIdGenerator.php#L38
src/Id/UuidIdGenerator.php:38:16: NullableReturnStatement: The declared return type 'string' for Cucumber\Messages\Id\UuidIdGenerator::newId is not nullable, but the function returns 'null|string' (see https://psalm.dev/139)
test-php (8.1, low-deps): src/Id/UuidIdGenerator.php#L14
src/Id/UuidIdGenerator.php:14:30: InvalidNullableReturnType: The declared return type 'string' for Cucumber\Messages\Id\UuidIdGenerator::newId is not nullable, but 'null|string' contains null (see https://psalm.dev/144)
test-php (8.1, high-deps)
The strategy configuration was canceled because "test-php._8_1_low-deps" failed
test-php (8.1, low-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/