ymcatwincities / openy_activity_finder

Activity Finder for Open Y
https://github.com/YCloudYUSA/yusaopeny_activity_finder
GNU General Public License v3.0
3 stars 24 forks source link

fix: usort: Returning bool from comparison function is deprecated #199

Closed froboy closed 1 year ago

froboy commented 2 years ago

Ran into this with AF4

Deprecated function: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in Drupal\openy_activity_finder\Plugin\Block\ActivityFinder4Block->build() (line 151 of /var/www/docroot/modules/contrib/openy_activity_finder/src/Plugin/Block/ActivityFinder4Block.php)

Fix as suggested by https://stackoverflow.com/a/65383660/2566038