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

More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l

in SECURITY.md, line 39
  1. - We will patch the current release branch, as well as the immediate prior minor
  2. release branch.
  3. - After patching the release branches, we will immediately issue new security
  4. fix releases for each patched release branch.

    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 sergiu
in docs/book/index.md, line 1
  1. ../../README.md

    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 sergiu
  1. A flash message, or session message is a piece of text data that survives one requests(available only in the next request).
  2. This library accepts session data as well, not just string messages, with the same behaviour.
  3. The flash messenger is a convenient way to add data to the session and get it back on the next request without bothering with setting and clearing the data manually.

    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 sergiu
  1. </div>
  2. {% endif %}
  3. {% endfor %}
  4. {% endif %}
  5. ```

    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 sergiu