FriendsOfFlarum / gamification

Add upvotes, downvotes, and ranks to your Flarum Community
https://discuss.flarum.org/d/20671-friendsofflarum-gamification
MIT License
36 stars 17 forks source link

fix: json_decode on null is deprecated #122

Closed luceos closed 4 months ago

luceos commented 4 months ago

on php 8 sysstems, the job throws a deprecation warning, json_decode cannot have null as argument

DavideIadeluca commented 4 months ago

Thanks @luceos for PR. I just stumbled across #120 which addresses the same thing; therefore I'm closing this in favor of #120