Skip to content

Commit

Permalink
Changed the casing to another function
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 23, 2015
1 parent 53b6c52 commit 5b0db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type/StringType.php
Expand Up @@ -100,7 +100,7 @@ public function marshal($value)
*
* @return boolean False as databse results are returned already as strings
*/
public function requiresToPHPCast()
public function requiresToPhpCast()
{
return false;
}
Expand Down

0 comments on commit 5b0db64

Please sign in to comment.