MDL-80005 core: Formally deprecate PARAM_CLEANFILE

This commit is contained in:
Andrew Nicols
2024-01-17 12:19:57 +08:00
parent b05fc42db9
commit 6f23ef183d
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -299,7 +299,13 @@ enum param: string {
/**
* PARAM_CLEANFILE - deprecated alias of PARAM_FILE; originally was removing regional chars too
* @deprecated since 2.0
*/
#[deprecated(
'param::CLEANFILE',
since: '2.0',
reason: 'Alias for PARAM_FILE',
)]
case CLEANFILE = 'cleanfile';
/**