Closed kranack closed 4 years ago
Since PHP 7.4, the curly braces notation on array and string is deprecated. I just replaced it with a strpos to remove the warning (and possibly future error ?)
Just realized the fix is already available on PR #143. I'm closing this one.
Since PHP 7.4, the curly braces notation on array and string is deprecated. I just replaced it with a strpos to remove the warning (and possibly future error ?)