PHPLIB-1227 Use void return types for operations without meaningful result document #2577
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
coding-standards.yml
on: pull_request
phpcs
1m 14s
Rector
1m 52s
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.
|