From 0e42a12a33b9bb193fa7851628edf018bd922362 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 18 Jun 2022 11:38:26 +0200 Subject: Add phpcs config and do automatic fixups. --- includes/admin/helpfiles/instr_reviewers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/admin/helpfiles/instr_reviewers.php') diff --git a/includes/admin/helpfiles/instr_reviewers.php b/includes/admin/helpfiles/instr_reviewers.php index 3632980..f94ec51 100644 --- a/includes/admin/helpfiles/instr_reviewers.php +++ b/includes/admin/helpfiles/instr_reviewers.php @@ -5,7 +5,7 @@ // // SPDX-License-Identifier: AGPL-3.0-or-later -if ( !class_exists( 'Instructions_Reviewers' ) ) { +if ( ! class_exists( 'Instructions_Reviewers' ) ) { class Instructions_Reviewers { -- cgit v1.2.3