Skip to content

Commit bf05e53

Browse files
committed
Addressing PHPCS issues
1 parent c49c89a commit bf05e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressVIPMinimum/Sniffs/VIP/RestrictedFunctionsSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public function getGroups() {
5050
'type' => 'error',
5151
'message' => '%s() is prohibited, please use wpcom_vip_attachment_url_to_postid() instead.',
5252
'functions' => array(
53-
'attachment_url_to_postid'
54-
)
53+
'attachment_url_to_postid',
54+
),
5555
),
5656
);
5757

0 commit comments

Comments
 (0)