From 8ce914f5f6dba712b3f96c6acb7b346128310d2b Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Sat, 16 Jan 2016 17:22:16 +0100 Subject: [PATCH] Fix typo --- src/Database/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Connection.php b/src/Database/Connection.php index 20e8f2d49c4..4eeb9b9be12 100644 --- a/src/Database/Connection.php +++ b/src/Database/Connection.php @@ -610,7 +610,7 @@ public function inTransaction() * * @param mixed $value The value to quote. * @param string $type Type to be used for determining kind of quoting to perform - * @return String Quoted value + * @return string Quoted value */ public function quote($value, $type = null) {