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