diff --git a/src/DatabaseDriver.php b/src/DatabaseDriver.php index 6b3470bf..ba17a589 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 */