Add @since tag to public namespace constants

This commit is contained in:
Morris Jobke 2015-04-18 23:19:35 +02:00
parent 3f3f8c2f99
commit f6807337a8
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class API {
/**
* API authentication levels
* @since 8.1.0
*/
const GUEST_AUTH = 0;
const USER_AUTH = 1;
@ -47,6 +48,7 @@ class API {
/**
* API Response Codes
* @since 8.1.0
*/
const RESPOND_UNAUTHORISED = 997;
const RESPOND_SERVER_ERROR = 996;