From ea7c24977de40bf91edadd69e9f4532a01e06214 Mon Sep 17 00:00:00 2001 From: janschoenherr Date: Tue, 20 Dec 2022 11:02:44 +0100 Subject: [PATCH] Fix PHPDoc return --- src/DatabaseDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DatabaseDriver.php b/src/DatabaseDriver.php index 6b3470bf5..ba17a5891 100644 --- a/src/DatabaseDriver.php +++ b/src/DatabaseDriver.php @@ -1531,7 +1531,7 @@ public function q($text, $escape = true) * @param array|string $text A string or an array of strings to quote. * @param boolean $escape True (default) to escape the string, false to leave it unchanged. * - * @return string The quoted input string. + * @return array|string The quoted input string. * * @since 1.0 */