Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "phpdoc_no_empty_return" CS #9302

Merged
merged 5 commits into from
Jan 5, 2024

Conversation

mvorisek
Copy link
Contributor

@mvorisek mvorisek commented Jan 4, 2024

The rule enforces developers to use native void return type.

In tests, this is easy to do, in other places, I reviewed the fixes to be back compatible as much as possible.

*/
abstract public function set_search_set($filter);
abstract public function set_search_set($filter): void;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is small BC breaking change, it should be fine for master

@alecpl alecpl merged commit a797873 into roundcube:master Jan 5, 2024
15 checks passed
@mvorisek mvorisek deleted the fix_phpdoc_no_empty_return branch January 5, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants