Skip to content

Commit db01e57

Browse files
committed
bug #4362 Missing apostrophe in source example. (astery)
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.
2 parents d1810ca + 6c10845 commit db01e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/doctrine/dbal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ mapping type:
166166
// app/config/config.php
167167
$container->loadFromExtension('doctrine', array(
168168
'dbal' => array(
169-
mapping_types' => array(
169+
'mapping_types' => array(
170170
'enum' => 'string',
171171
),
172172
),

0 commit comments

Comments
 (0)