File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 33.env.dist export-ignore
44.gitattributes export-ignore
55.github / export-ignore
6+ .phpstan / export-ignore
67.gitignore export-ignore
78.php-cs-fixer.dist.php export-ignore
89docker-compose.yml export-ignore
9- phpstan.neon export-ignore
10+ phpstan.neon.dist export-ignore
1011phpunit.xml export-ignore
1112tests / export-ignore
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ lib/plugins/sfDoctrinePlugin/test/functional/fixtures/log/
77/vendor
88/composer.lock
99.php-cs-fixer.cache
10+ phpstan.neon
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ class ProjectConfiguration extends sfProjectConfiguration
4+ {
5+ }
6+
7+ class BaseForm extends sfForm
8+ {
9+ }
Original file line number Diff line number Diff line change 1+ parameters:
2+ level: 9
3+ errorFormat: table
4+ bootstrapFiles:
5+ - .phpstan/bootstrap.php
6+ paths:
7+ - lib
8+ - test
9+ excludePaths:
10+ analyse:
11+ - lib/task/symfony/lime_symfony.php
12+ - lib/task/symfony/sfSymfonyTestTask.class.php
You can’t perform that action at this time.
0 commit comments