Merge "Update documentation of mode argument"

This commit is contained in:
jenkins-bot 2024-05-31 16:06:59 +00:00 committed by Gerrit Code Review
commit f9a410a600

View file

@ -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