Your project composer.json file should not raise warnings
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/composer.warning
Text files should end with a valid new line character. 7
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- "phpstan/extension-installer": true,
- "infection/extension-installer": true
- }
- }
- }
- - name: CoverageCheck
- run: vendor/bin/coverage-check .build/coverage/clover.xml 100
- - name: PHP Infection
- run: vendor/bin/infection --skip-initial-tests --threads=64 --coverage=.build/coverage
- /.php-cs-fixer.cache
- /composer.lock
- /vendor
- /.build
- /.phpunit.cache
- '@PHP80Migration:risky' => true,
- 'php_unit_construct' => true,
- 'php_unit_strict' => true,
- ])
- ->setRiskyAllowed(true)
- ->setFinder($finder);
- ```
- ````
- # .env
- GOOGLE_API_KEY=your_api_key_here
- ````
- <source>
- <include>
- <directory>src</directory>
- </include>
- </source>
- </phpunit>
- <td>{{ call.memoryPeak }}</td>
- </tr>
- {% endfor %}
- </table>
- {% endfor %}
- {% endblock %}