From 02a97951622ea5d62324b0ea40e24470e11a6436 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 7 Mar 2023 22:36:57 +0100 Subject: Add class commnt to keep phpcs happy. --- includes/view-helpers/class-giglogadmin-concertstable.php | 3 +++ 1 file changed, 3 insertions(+) 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( -- cgit v1.2.3