From 72c2547c6eb216c4e4845dcd43fcaac50fa5b7e9 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 19 Feb 2022 13:52:51 -0800 Subject: [PATCH] PHPCS --- eth-escape-headspace.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/eth-escape-headspace.php b/eth-escape-headspace.php index 02dbe0c..b79cbde 100644 --- a/eth-escape-headspace.php +++ b/eth-escape-headspace.php @@ -91,8 +91,6 @@ class ETH_Escape_HeadSpace2 { /** * Defer plugin hook additions until all plugins are loaded * Allows plugin to defer to HeadSpace2 when active - * - * @return null */ private function __construct() { add_action( 'plugins_loaded', array( $this, 'maybe_add_hooks' ) ); -- GitLab