diff options
Diffstat (limited to 'includes/api/SearchApi.php')
-rw-r--r-- | includes/api/SearchApi.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/api/SearchApi.php b/includes/api/SearchApi.php index e8190c7e941c..fe2e0fc108f7 100644 --- a/includes/api/SearchApi.php +++ b/includes/api/SearchApi.php @@ -51,6 +51,7 @@ trait SearchApi { * a valid option for an array for PARAM_TYPE, so we'll use a fake name * that can't possibly be a class name and describes what the null behavior * does + * @var string */ private static $BACKEND_NULL_PARAM = 'database-backed'; |