From 3c722ea81376a68bddbb1e11d3eec4cc36963983 Mon Sep 17 00:00:00 2001 From: Fredrik Forsmo Date: Wed, 6 Jan 2016 15:37:44 +0100 Subject: [PATCH] Improve docblock comments in WC_Auth class * Added missing var tag to `VERSION` const * Added missing param type to `add_query_vars` --- includes/class-wc-auth.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/class-wc-auth.php b/includes/class-wc-auth.php index 59103126ee2..b64274bf26d 100644 --- a/includes/class-wc-auth.php +++ b/includes/class-wc-auth.php @@ -20,6 +20,8 @@ class WC_Auth { /** * Version. + * + * @var int */ const VERSION = 1; @@ -44,7 +46,7 @@ class WC_Auth { * * @since 2.4.0 * - * @param $vars + * @param array $vars * * @return string[] */