Skip to content

Commit 65b937f

Browse files
committed
CS: Add missing trailing comma
1 parent 59383c9 commit 65b937f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Functions/RestrictedFunctionsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public function getGroups() {
273273
'message' => 'Using `%s` outside of Jetpack context pollutes the stats_cache entry in the wp_options table. We recommend building a custom function instead.',
274274
'functions' => [
275275
'stats_get_csv',
276-
]
276+
],
277277
],
278278
'wp_mail' => [
279279
'type' => 'warning',

0 commit comments

Comments
 (0)