📝 Fix \utils::Sanitize_Internal phpdoc

Thanks @Molkobain !
This commit is contained in:
Pierre Goiffon
2020-11-30 15:00:54 +01:00
parent 5d5a3183c0
commit c944cd29b1

View File

@@ -324,14 +324,16 @@ class utils
}
/**
* @param string $sSanitizationFilter one of utils::ENUM_SANITIZATION_* const
* @param string|string[] $value
* @param string $sSanitizationFilter one of utils::ENUM_SANITIZATION_* const
*
* @return string|string[]|bool boolean for :
* * the 'class' filter (true if valid, false otherwise)
* * if the filter fails (@throws \CoreException
* * if the filter fails ({@link \filter_var()} return value)
*
* @uses \filter_var()) for ENUM
* @throws \CoreException
*
* @uses \filter_var()
*
* @since 2.5.2 2.6.0 new 'transaction_id' filter
* @since 2.7.0 new 'element_identifier' filter