MDL-80005 core: Whitespace fix for core/param

This commit is contained in:
Jun Pataleta 2024-01-17 17:00:07 +08:00
parent 06146da7cb
commit 79494ac32d
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -376,7 +376,7 @@ enum param: string {
* $selectedgradeitem = param::INT->clean($selectedgradeitem);
* </code>
*
* @param mixed $value the value to clean
* @param mixed $value the value to clean
* @return mixed
* @throws coding_exception
*/