Closed niickz0rz closed 2 years ago
Static accessibility of functions was deprecated in PHP7, and removed entirely in PHP8. Updating functions to have proper access scope based on their usage elsewhere.
Looks good to me
Static accessibility of functions was deprecated in PHP7, and removed entirely in PHP8. Updating functions to have proper access scope based on their usage elsewhere.