Skip to content

add Attempt::unwrap() #278

add Attempt::unwrap()

add Attempt::unwrap() #278

Triggered via push December 1, 2024 16:26
Status Failure
Total duration 6m 38s
Artifacts

ci.yml

on: push
Matrix: BlackBox
Matrix: Coverage
Matrix: CS
Matrix: Psalm
Fit to window
Zoom out
Zoom in

Annotations

9 errors
MixedInferredReturnType: src/Attempt.php#L129
src/Attempt.php:129:16: MixedInferredReturnType: Could not verify return type 'T' for Innmind\Immutable\Attempt::unwrap (see https://psalm.dev/047)
MixedReturnStatement: src/Attempt.php#L133
src/Attempt.php:133:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
MissingClosureReturnType: src/Attempt.php#L134
src/Attempt.php:134:13: MissingClosureReturnType: Closure does not have a return type, expecting mixed (see https://psalm.dev/068)
Psalm (8.3)
Process completed with exit code 2.
Psalm (8.2)
The job was canceled because "_8_3" failed.
MixedInferredReturnType: src/Attempt.php#L129
src/Attempt.php:129:16: MixedInferredReturnType: Could not verify return type 'T' for Innmind\Immutable\Attempt::unwrap (see https://psalm.dev/047)
MixedReturnStatement: src/Attempt.php#L133
src/Attempt.php:133:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
MissingClosureReturnType: src/Attempt.php#L134
src/Attempt.php:134:13: MissingClosureReturnType: Closure does not have a return type, expecting mixed (see https://psalm.dev/068)
Psalm (8.2)
The operation was canceled.