Closed gonzaloalonsod closed 7 years ago
in Controller/RedirectingController.php, line 19
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.
$url = str_replace($pathInfo, rtrim($pathInfo, ' /'), $requestUri); return $this->redirect($url, 301); } }
Posted from SensioLabsInsight
in Controller/RedirectingController.php, line 19
Posted from SensioLabsInsight