Skip to content

Fix PHP 8.0 deprecation in uksort #864

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

Closed
wants to merge 2 commits into from
Closed

Fix PHP 8.0 deprecation in uksort #864

wants to merge 2 commits into from

Conversation

gnoddep
Copy link
Contributor

@gnoddep gnoddep commented Jun 17, 2021

Since PHP 8.0 it is deprecated behaviour for the callback in uksort to
return a boolean and it must return an integer.

Fixes #831

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Documented? no
Fixed tickets #831
License MIT

gnoddep added 2 commits June 17, 2021 09:52
Since PHP 8.0 it is deprecated behaviour for the callback in `uksort` to
return a boolean and it must return an integer.
@gnoddep
Copy link
Contributor Author

gnoddep commented Jul 28, 2021

Fixed with #865

@gnoddep gnoddep closed this Jul 28, 2021
@gnoddep gnoddep deleted the fix-uksort-deprecation branch July 28, 2021 10:23
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.

1 participant