Closed gudmdharalds closed 3 years ago
Add an option so that empty PHP files can be skipped. Those are files that are literally empty, contain only line-breaks or a whitespace of other sort, and no <?php tag.
<?php
Fixed in #26.
Add an option so that empty PHP files can be skipped. Those are files that are literally empty, contain only line-breaks or a whitespace of other sort, and no
<?php
tag.