Assignments must be the first block of code on a line Validation Error on Travis
Travis is giving me ~ Assignments must be the first block of code on a line for this specific line of code:
$validate_string = $pf_param_string = substr( $pf_param_string, 0, - 1 );
It seems fine to me or am I doing the assignments wrong?
Topic coding-standards validation plugins Wordpress
Category Web