dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
38 stars 5 forks source link

[Insight] Text files should end with a valid new line character. - in config/autoload/doctrine.global.php, line 53 #101

Closed arhimede closed 3 years ago

arhimede commented 3 years ago

in config/autoload/doctrine.global.php, line 53

This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

            ]
        ]
    ],
    'resultCacheLifetime' => 3600
];

Posted from SymfonyInsight