diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-03-07 22:36:57 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-03-07 22:36:57 +0100 |
commit | 02a97951622ea5d62324b0ea40e24470e11a6436 (patch) | |
tree | 73a63cb3eb507bd4894346dfd34404e9e32b49f4 /includes/view-helpers | |
parent | a12086e6813f4a526ccbafbb32713c963258479c (diff) | |
download | gigologadmin-02a97951622ea5d62324b0ea40e24470e11a6436.tar.gz gigologadmin-02a97951622ea5d62324b0ea40e24470e11a6436.tar.bz2 gigologadmin-02a97951622ea5d62324b0ea40e24470e11a6436.zip |
Add class commnt to keep phpcs happy.
Diffstat (limited to 'includes/view-helpers')
-rw-r--r-- | includes/view-helpers/class-giglogadmin-concertstable.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/view-helpers/class-giglogadmin-concertstable.php b/includes/view-helpers/class-giglogadmin-concertstable.php index ea48c3a..63dda8a 100644 --- a/includes/view-helpers/class-giglogadmin-concertstable.php +++ b/includes/view-helpers/class-giglogadmin-concertstable.php @@ -11,6 +11,9 @@ */ if ( ! class_exists( 'GiglogAdmin_ConcertsTable' ) ) { + /** + * Class to build and render the concerts table on a page. + */ class GiglogAdmin_ConcertsTable { const STATUS_LABELS = array( |