Skip to content

Remove ending ?> in php files. #33

@donquixote

Description

@donquixote

Some of the php files have an ending ?>.
This is unnecessary, goes against all conventions, and it can have an unpleasant side effect if the ?> is followed by a line break or any kind of whitespace. In that case it can cause the legendary "headers already sent".

So let's remove it.
This will be a simple PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions