Skip to content

Commit 271933c

Browse files
pueppiblueGuikingone
authored andcommitted
add more trailing comma on last array element symfony#9493
1 parent 3bff794 commit 271933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ a second array argument to ``PdoSessionHandler``:
163163
'db_table' => '%env(SESSIONS_TABLE)%',
164164
'db_username' => '%env(MYDATABASE_USERNAME)%',
165165
'db_password' => '%env(MYDATABASE_PASSWORD)',
166-
)
166+
),
167167
)
168168
);
169169

0 commit comments

Comments
 (0)