We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9867a6b commit ac1d027Copy full SHA for ac1d027
phpstan.neon.dist
@@ -2,10 +2,21 @@ parameters:
2
level: 1
3
bootstrapFiles:
4
- .phpstan/bootstrap.php
5
+
6
paths:
7
- lib
8
- test
9
10
excludePaths:
11
analyse:
12
+ - lib/vendor/swiftmailer/
13
- lib/task/symfony/lime_symfony.php
14
- lib/task/symfony/sfSymfonyTestTask.class.php
15
+ - lib/task/generator/skeleton/
16
+ # Templates for errors
17
+ - lib/exception/data/
18
+ # Templates for classes
19
+ - lib/plugins/sfDoctrinePlugin/data/generator/
20
+ - lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/
21
+ # Templates for application
22
+ - lib/plugins/sfDoctrinePlugin/test/functional/fixtures/apps/
0 commit comments