Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jan 16, 2016
1 parent 2bca979 commit 8ce914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Connection.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8ce914f

Please sign in to comment.