Skip to content

PHPLIB-1248 Add examples on GridFS #1028

PHPLIB-1248 Add examples on GridFS

PHPLIB-1248 Add examples on GridFS #1028

Triggered via pull request November 21, 2023 16:52
Status Failure
Total duration 39s
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

4 errors
ForbiddenCode: examples/gridfs-stream.php#L33
examples/gridfs-stream.php:33:9: ForbiddenCode: Unsafe var_dump (see https://psalm.dev/002)
MixedAssignment: examples/gridfs-upload.php#L33
examples/gridfs-upload.php:33:1: MixedAssignment: Unable to determine the type that $id is being assigned to (see https://psalm.dev/032)
MixedOperand: examples/gridfs-upload.php#L34
examples/gridfs-upload.php:34:34: MixedOperand: Right operand cannot be mixed (see https://psalm.dev/059)
Psalm
Process completed with exit code 2.