Skip to content

Commit c829d1e

Browse files
committed
Apply trailing_comma_in_multiline_array fixer
1 parent b8c4c38 commit c829d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'dsn' => 'sqlite:/tmp/xhgui.sqlite3',
7777
'user' => null,
7878
'pass' => null,
79-
'table' => 'results'
79+
'table' => 'results',
8080
),
8181

8282
// Environment variables to exclude from profiling data

0 commit comments

Comments
 (0)