Compare commits

..

1 Commits

Author SHA1 Message Date
Clemens Schwaighofer
9c7b3cea83 SQL Interface docstring fix 2022-12-14 13:53:54 +09:00

View File

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