Contao3-Ninja/banner

[Insight] Text files should end with a newline character - in runonce/runonce.php, line 70

Closed this issue · 0 comments

in runonce/runonce.php, line 70

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.

}

$objBannerRunonceJob = new BannerRunonceJob();
$objBannerRunonceJob->run();

?>

Posted from SensioLabsInsight