Skip to content

PHPLIB-954: Add return types to all methods #1728

PHPLIB-954: Add return types to all methods

PHPLIB-954: Add return types to all methods #1728

Triggered via pull request September 16, 2024 11:16
Status Failure
Total duration 1m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
MixedInferredReturnType: src/Model/CodecCursor.php#L101
src/Model/CodecCursor.php:101:28: MixedInferredReturnType: Could not verify return type 'int' for MongoDB\Model\CodecCursor::key (see https://psalm.dev/047)
MixedReturnStatement: src/Model/CodecCursor.php#L103
src/Model/CodecCursor.php:103:16: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
Psalm
Process completed with exit code 2.