Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 10, 2017
1 parent 6d7c60e commit ccf7932
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@ Now we implement our ``Doctrine\DBAL\Types\Type`` instance:

The job of Doctrine-DBAL is to transform your type into SQL declaration.
You can modify the SQL declaration Doctrine will produce. At first, you
must to enable this feature by overriding the canRequireSQLConversion
method:
must to enable this feature by overriding the
``canRequireSQLConversion`` method:

::

Expand All @@ -940,8 +940,8 @@ method:
return true;
}

Then you override the methods convertToPhpValueSQL and
convertToDatabaseValueSQL :
Then you override the methods ``convertToPhpValueSQL`` and
``convertToDatabaseValueSQL`` :

::

Expand Down

0 comments on commit ccf7932

Please sign in to comment.