FIX: PHP8.2.x Deprecated code warnings

This commit is contained in:
savvasha
2023-10-03 10:40:03 +03:00
parent eb444db5b8
commit 3ea7cb6a4e
4 changed files with 18 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ class SP_League_Table extends SP_Secondary_Post {
// ** @var strings
public $orderby;
public $orderbyorder;
public $compare;
/** @var int Show Published events. */
public $show_published_events;