diff --git a/includes/Variables/VariablesManager.php b/includes/Variables/VariablesManager.php index a4d6a49e5..25ed5cec2 100644 --- a/includes/Variables/VariablesManager.php +++ b/includes/Variables/VariablesManager.php @@ -58,7 +58,7 @@ class VariablesManager { * @param VariableHolder $holder * @param string $varName The variable name * @param int $mode One of the self::GET_* constants, determines how to behave when the variable is unset: - * - GET_STRICT -> In the future, this will throw an exception. For now it returns a DUNDEFINED and logs a warning + * - GET_STRICT -> Throw UnsetVariableException * - GET_LAX -> Return a DUNDEFINED AFPData * - GET_BC -> Return a DNULL AFPData (this should only be used for BC, see T230256) * @return AFPData