diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2022-03-09 21:26:46 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2022-03-09 21:26:46 +0100 |
commit | 82a3901a6d68f088aff335a1bc88b9878e17e990 (patch) | |
tree | c2d21122fa8104cb393b7dd83d9379bceaf27954 /includes/admin/views/_concerts_table.php | |
parent | 06d0591af5f2c9e0ce1c4269c55a503e9956759d (diff) | |
download | gigologadmin-82a3901a6d68f088aff335a1bc88b9878e17e990.tar.gz gigologadmin-82a3901a6d68f088aff335a1bc88b9878e17e990.tar.bz2 gigologadmin-82a3901a6d68f088aff335a1bc88b9878e17e990.zip |
Fix various psalm errors.
Diffstat (limited to 'includes/admin/views/_concerts_table.php')
-rw-r--r-- | includes/admin/views/_concerts_table.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index e9598e1..7b4338c 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -25,6 +25,8 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) ]; private string $username; + private array $filter; + private int $page_no; public function __construct() { $this->username = wp_get_current_user()->user_login; |