While validating my new module on Prestashop Validator, I am getting the following error in my main controller file (php file).
End of line character is invalid; expected "\n" but found "\r\n"
I am getting the error on the first line that only has the starting <?php
tag.
I have researched so much about it on the Internet but unable to find a solution for it. I am struck.
What should I do?