Skip to content

Commit 8ea2380

Browse files
pueppibluejaviereguiluz
authored andcommitted
add more trailing comma on last array element #9493
1 parent ba5fa52 commit 8ea2380

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
@@ -161,7 +161,7 @@ a second array argument to ``PdoSessionHandler``:
161161
'db_table' => '%env(SESSIONS_TABLE)%',
162162
'db_username' => '%env(MYDATABASE_USERNAME)%',
163163
'db_password' => '%env(MYDATABASE_PASSWORD)',
164-
)
164+
),
165165
)
166166
);
167167

0 commit comments

Comments
 (0)