Warning: printing this report is only reliable using Google Chrome or Chromium.
Read the documentation to learn how to get the best results from printing this report.

Project user-bundle

Analysis #36

Medal (Gold)
Grade: Gold

45 minutes
to fix all the suggestions
0 dependencies with upgrade issues, 1 dependencies ready to upgrade

Overview

Project size
2286
lines of code
Problems
0
critical/major suggestions
Recommendations
3
minor/info suggestions

Informational recommendations

Text files should end with a valid new line character. 3

in config/routes.yaml, line 9
  1. forgot_password:
  2. path: /forgot_password
  3. controller: Enabel\UserBundle\Controller\AccountController::forgotPassword
  4. defaults:
  5. _locale: '%locale%'

    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.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by Olivier Maloteau
  1. </html>
  2. 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.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Collective
  1. </tr>
  2. </table>
  3. </td>
  4. </tr>
  5. {% endblock %}

    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.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by Olivier Maloteau