Skip to content

Commit 9e08a34

Browse files
committed
Addressing PHPCS feedback - missing comma after last array item
1 parent 1abbefe commit 9e08a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/VIP/RestrictedFunctionsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function getGroups() {
8383
'functions' => array(
8484
'is_multi_author',
8585
),
86-
)
86+
),
8787
);
8888

8989
$deprecated_vip_helpers = array(

0 commit comments

Comments
 (0)