Skip to content

Commit

Permalink
getSqlDeclaration -> getSQLDeclaration
Browse files Browse the repository at this point in the history
Fixed inconsistent use of getSQLDeclaration method
  • Loading branch information
Wilt committed Mar 11, 2015
1 parent 60558b2 commit 1f08072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ Now we implement our ``Doctrine\DBAL\Types\Type`` instance:
{
const MONEY = 'money'; // modify to match your type name

public function getSqlDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
{
return 'MyMoney';
}
Expand Down

0 comments on commit 1f08072

Please sign in to comment.