Skip to content

Commit

Permalink
Merge pull request #7931 from watermark/master
Browse files Browse the repository at this point in the history
Documentation fix - String is string, not integer
  • Loading branch information
markstory committed Dec 31, 2015
2 parents a48b817 + 761cb03 commit b0f0ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type/StringType.php
Expand Up @@ -52,7 +52,7 @@ public function toDatabase($value, Driver $driver)
}

/**
* Convert string values to PHP integers
* Convert string values to PHP strings.
*
* @param mixed $value The value to convert.
* @param Driver $driver The driver instance to convert with.
Expand Down

0 comments on commit b0f0ec4

Please sign in to comment.