-
-
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
Fix issue #31692 of occ files:scan #32059
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cld4h Please fix the DCO (https://github.com/nextcloud/server/pull/32059/checks?check_run_id=6122135498), but otherwise this looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for the fix.
/backport to stable24 |
Other backports are not necessary because this deprecation was introduced in PHP v8.1. |
occ files:scan reports error "Implicit conversion from float XXX to int loses precision" Signed-off-by: cld4h <[email protected]>
@CarlSchwan |
Looks good now. Drone failure seems to be unrelated. |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
The backport to stable24 failed. Please do this backport manually. |
occ files:scan reports error "Implicit conversion from float XXX to int loses precision"
@st3iny
@spicemint
fixes #31692