Merge pull request #10001 from frozzare/docs/class-wc-auth

Improve docblock comments in WC_Auth class
This commit is contained in:
Claudio Sanches 2016-01-06 13:48:52 -02:00
commit 06c1ce176b
1 changed files with 3 additions and 1 deletions

View File

@ -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[]
*/