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

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

  1. - name: PHP Infection
  2. run: vendor/bin/infection --skip-initial-tests --threads=64 --coverage=.build/coverage
  3. env:
  4. INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
  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
    Collective
  • lsv

    Ignore eols
in README.md, line 74
  1. ````
  2. # .env
  3. GOOGLE_API_KEY=your_api_key_here
  4. ````
  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
    Collective
  • lsv

    Ignore eols
in composer.json, line 60
  1. "phpstan/extension-installer": true,
  2. "infection/extension-installer": true
  3. }
  4. }
  5. }
  6. 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
  • lsv

    Ignore eols