Skip to content

Commit 2f240dc

Browse files
k1sul1anttiviljami
authored andcommitted
Silence useless warning (#100)
1 parent a14e3e4 commit 2f240dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inc/wplf-form-actions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ function wplf_email_copy_replace_tags( $content, $form = null, $submission_id =
152152
return $content;
153153
}
154154

155+
// @codingStandardsIgnoreStart Generic.CodeAnalysis.UnusedFunctionParameter
155156
function wplf_email_maybe_implode_serialized_value( $value, $form_id = 0, $form_name = '' ) {
157+
// @codingStandardsIgnoreEnd Generic.CodeAnalysis.UnusedFunctionParameter
156158
$value = maybe_unserialize( $value );
157159

158160
if ( is_array( $value ) ) {

0 commit comments

Comments
 (0)