Split long if statements onto several lines
<?php if ( $something === true && $something_else === false ) { //code here } ?>