Skip to content

Commit 94b7e0f

Browse files
committed
Fix PHP Lint issues
1 parent 593d615 commit 94b7e0f

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
@@ -59,7 +59,7 @@ public function getGroups() {
5959
'type' => 'error',
6060
'message' => '%s does not strip CSS and JS in between the script and style tags. `wp_strip_all_tags` should be used instead.',
6161
'functions' => array(
62-
'strip_tags'
62+
'strip_tags',
6363
),
6464
),
6565
);

0 commit comments

Comments
 (0)