Skip to content

Commit

Permalink
PHPCS: whitelist a used parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 12, 2019
1 parent dc14183 commit 7a3356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/comment-parent.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct() {
*
* @param object $comment The comment object.
*/
public function comment_parent_box( $comment ) {
public function comment_parent_box( $comment ) { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found -- Param used in included file.
require_once \YST_COMMENT_HACKS_PATH . 'admin/views/comment-parent-box.php';
}

Expand Down

0 comments on commit 7a3356c

Please sign in to comment.