Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db01e57

Browse filesBrowse 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
Copy full SHA for db01e57

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/doctrine/dbal.rst

Copy file name to clipboardExpand all lines: cookbook/doctrine/dbal.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.