SQL Interface docstring fix

This commit is contained in:
Clemens Schwaighofer
2022-12-14 13:53:54 +09:00
parent 26af6a07f4
commit ba81c3cc37

View File

@@ -214,7 +214,7 @@ interface SqlFunctions
/**
* Undocumented function
*
* @param string $bytea
* @param string $data
* @return string
*/
public function __dbEscapeBytea(string $data): string;