Skip to content

Commit e9d921e

Browse files
committed
minor #8663 added commas for php code section (Maghrooni)
This PR was merged into the 3.3 branch. Discussion ---------- added commas for php code section added commas for `php` code section to prevent syntax error for those whom may copy and paste the code from the documents. Commits ------- 21e9438 added commas for php code section
2 parents f0b5eab + 21e9438 commit e9d921e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ can automatically generate an empty ``test_project`` database for you:
184184
'dbal' => array(
185185
'charset' => 'utf8mb4',
186186
'default_table_options' => array(
187-
'charset' => 'utf8mb4'
188-
'collate' => 'utf8mb4_unicode_ci'
187+
'charset' => 'utf8mb4',
188+
'collate' => 'utf8mb4_unicode_ci',
189189
)
190190
),
191191
));

0 commit comments

Comments
 (0)