Skip to content

Whitespace after file header #45

@ks129

Description

@ks129

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions