Unverified Commit d7865880 authored by Grégoire Paris's avatar Grégoire Paris Committed by Grégoire Paris

Improve formatting

parent 5e966f90
...@@ -930,7 +930,7 @@ Now we implement our ``Doctrine\DBAL\Types\Type`` instance: ...@@ -930,7 +930,7 @@ Now we implement our ``Doctrine\DBAL\Types\Type`` instance:
The job of Doctrine-DBAL is to transform your type into an SQL The job of Doctrine-DBAL is to transform your type into an SQL
declaration. You can modify the SQL declaration Doctrine will produce. declaration. You can modify the SQL declaration Doctrine will produce.
At first, to enable this feature, you must override the At first, to enable this feature, you must override the
canRequireSQLConversion method: ``canRequireSQLConversion`` method:
:: ::
...@@ -940,8 +940,8 @@ canRequireSQLConversion method: ...@@ -940,8 +940,8 @@ canRequireSQLConversion method:
return true; return true;
} }
Then you override the methods convertToPhpValueSQL and Then you override the methods ``convertToPhpValueSQL`` and
convertToDatabaseValueSQL : ``convertToDatabaseValueSQL`` :
:: ::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment