🎨 N°8231 Code format and comments

This commit is contained in:
Romain Quetiez
2025-03-25 11:48:23 +01:00
parent 90370fce3b
commit 02adca0a1f
3 changed files with 16 additions and 17 deletions

View File

@@ -1711,6 +1711,11 @@ interface iRestServiceProvider
public function ExecOperation($sVersion, $sVerb, $aParams);
}
/**
* A REST service provider implementing this interface will have its input JSON data sanitized for logging purposes
* @since 2.7.13, 3.2.1-1
* @see \iRestServiceProvider
*/
interface iRestInputSanitizer
{
public function SanitizeJsonInput(string $sJsonInput): string;