php-dev-tools icon indicating copy to clipboard operation
php-dev-tools copied to clipboard

Whitespace after file header

Open ks129 opened this issue 4 years ago • 0 comments

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.

ks129 avatar Jan 16 '21 14:01 ks129