-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cleanup cron.php method calls #43454
Conversation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
IConfig is a small wrapper around SystemConfig, no need to pull both of them Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Doesn't this need an adjustement? server/lib/public/BackgroundJob/IJob.php Lines 49 to 58 in 3b77df9
|
No, why? |
Because it espects
Fine :) |
No we’re not, where? Also I tried to remove all calls to |
I've saw it somewhere in PSALM for another PR... 🤔 |
Summary
Cleanup cron.php and bring it to the modern world. Added
strict_types
as well.Checklist