diff --git a/www/lib/CoreLibs/DB/SQL/SqlInterface/SqlFunctions.php b/www/lib/CoreLibs/DB/SQL/SqlInterface/SqlFunctions.php index 99e42c47..9380519f 100644 --- a/www/lib/CoreLibs/DB/SQL/SqlInterface/SqlFunctions.php +++ b/www/lib/CoreLibs/DB/SQL/SqlInterface/SqlFunctions.php @@ -214,7 +214,7 @@ interface SqlFunctions /** * Undocumented function * - * @param string $bytea + * @param string $data * @return string */ public function __dbEscapeBytea(string $data): string;