[Insight] Text files should end with a newline character - in src/Controller/SecurityController.php, line 26
Closed this issue · 0 comments
cvilleger commented
in src/Controller/SecurityController.php, line 26
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.
'last_username' => $authenticationUtils->getLastUsername(),
'error' => $authenticationUtils->getLastAuthenticationError(),
]);
}
}
Posted from SensioLabsInsight