Skip to content

[Insight] Text files should end with a newline character - in src/FileAwareTrait.php, line 76 #2

Description

@baohx2000

in src/FileAwareTrait.php, line 76

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.

     */
    protected function getFileService()
    {
        return $this->container[FileService::class];
    }
}

Posted from SensioLabsInsight

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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