From 9c7b3cea83dd5ab0efd21e3f93780c24549bae96 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 14 Dec 2022 13:53:54 +0900 Subject: [PATCH] SQL Interface docstring fix --- www/lib/CoreLibs/DB/SQL/SqlInterface/SqlFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;