Skip to content

PHPLIB-1227 Use void return types for operations without meaningful result document #2577

PHPLIB-1227 Use void return types for operations without meaningful result document

PHPLIB-1227 Use void return types for operations without meaningful result document #2577

Triggered via pull request September 26, 2024 13:36
Status Failure
Total duration 2m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

coding-standards.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
phpcs: src/Database.php#L274
Function return type is not void, but function has no return statement
phpcs: src/Database.php#L503
Function return type is not void, but function has no return statement
phpcs: tests/SpecTests/ClientSideEncryption/Prose21_AutomaticDataEncryptionKeysTest.php#L160
Function closing brace must go on the next line following the body; found 1 blank lines before brace
phpcs: src/Collection.php#L955
Function return type is not void, but function has no return statement
phpcs: tests/Database/CollectionManagementFunctionalTest.php#L18
Functions must not contain multiple empty lines in a row; found 2 empty lines
phpcs
Process completed with exit code 1.