PrestaShop modules validator want that there is one empty line between file header and next statement: ```php /** * Here is license... */ if (!defined('_PS_VERSION_')) { exit; } ``` but config provided by php-dev-tools removes this newline.