Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
This check looks for multiple assignments in successive lines of code.
It will report an issue if the operators are not in a straight line.
To visualize
$a="a";$ab="ab";$abc="abc";
will produce issues in the first and second line, while this second example
$a="a";$ab="ab";$abc="abc";
will produce no issues.
Loading history...
50
$title .= '<p class="tagline">' . __( 'Please upload an image of yourself in .jpeg format. Images should be square, to best fit the cropping area, and files sizes kept below 500kb.', 'lsx-health-plan' ) . '</p>';