Is it possible to indent string concatenation like this ? ``` php <?php $str = "xxx" . "yyy"; ?> ```