Hi all,<div><br></div><div>Looking at the CheckStyle reports from the CI, all the export files show very high counts of indentation rule violations.</div><div>The code in the 'else' block of 'if (isset($plugin_list))' condition is wrongly indented in all of these files. </div>
<div><br></div><div>There are two possible ways to correct this.</div><div>1) Correctly indent the 'else' block</div><div>2) Add 'return' statement to the end of 'if' block and remove 'else {' part.</div>
<div><br></div><div>Which one if preferred?</div><div><br>-- <br>Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div><br>
</div>