Skip to content

[Insight] Text files should end with a newline character - in Resources/config/services.yml, line 14 #5

@beyerz

Description

@beyerz

in Resources/config/services.yml, line 14

This file ends with no newline character. It won't render properly on a terminal, and it's considered a bad practice. Add a simple line feed as the last character to fix it.

    beyerz.twig.beyerz_open_graph_protocol_extension:
        class: Beyerz\OpenGraphProtocolBundle\Twig\Extensions\OpenGraphProtocolExtension
        calls:
            - [setOpenGraph, ["@beyerz.ogp.open_graph"]]
        tags:
            - { name: twig.extension }

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions