Text files should end with a valid new line character.

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

in README.md, line 3
  1. ÿþ# portfolio-backend-api
  2. [![SymfonyInsight](https://insight.symfony.com/projects/709f18f2-fca7-4820-a5d7-786849b28e55/big.svg)](https://insight.symfony.com/projects/709f18f2-fca7-4820-a5d7-786849b28e55)
    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 Permalink Copy Prompt
    Last edited by Luigi Gandemer

Your project should not contain PHP files defining multiple classes

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

This file contains 2 classes. Keeping only one class per file is a standard in the PHP community, since it promotes interoperability and maintainability.
Time to fix: about 4 hours
Read doc Permalink Copy Prompt
Last edited by Luigi Gandemer