From 919f8e3eb57998d9eb71f936129e2f35a59b96b7 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 25 Sep 2017 13:54:52 -0700 Subject: [PATCH] PHPCS fix --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 566ef87..0a42fec 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -250,7 +250,7 @@ function _assoc_arg_array_to_string( $assoc_arg ) { /** * Allow whitelist or blacklist to be filtered, permitting ONLY additions * - * @param array $constant List value from constant, to be added to. + * @param array $constant List value from constant, to be added to. * @param string $filter_tag String for list filter. * @return array */ -- GitLab