Skip to content

Commit

Permalink
bug #4362 Missing apostrophe in source example. (astery)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4362).

Discussion
----------

Missing apostrophe in source example.

Commits
-------

6c10845 Missing apostrophe in source example.
  • Loading branch information
wouterj committed Oct 22, 2014
2 parents d1810ca + 6c10845 commit db01e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/doctrine/dbal.rst
Expand Up @@ -166,7 +166,7 @@ mapping type:
// app/config/config.php
$container->loadFromExtension('doctrine', array(
'dbal' => array(
mapping_types' => array(
'mapping_types' => array(
'enum' => 'string',
),
),
Expand Down

0 comments on commit db01e57

Please sign in to comment.