Your project should not contain commented code
- Read doc
- Productivity
- Minor
More information: https://insight.symfony.com/what-we-analyse/php.commented_out_code
- $loader->load('translator.php');
- $loader->load('command.php');
- $loader->load('collector.php');
- // if ($container->hasParameter('kernel.debug') && $container->getParameter('kernel.debug')) {
- // $loader->load('collector.php');
- // }
- }
- }
Text files should end with a valid new line character. 2
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- /.php-cs-fixer.cache
- /composer.lock
- /vendor
- /.build
- /.phpunit.cache
- /var
- </tr>
- {% endfor %}
- </table>
- {% endfor %}
- {% endblock %}