Skip to content

Commit 21e9438

Browse files
authored
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.
1 parent a1ec6aa commit 21e9438

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)