-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan.neon.dist
28 lines (27 loc) · 1.03 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
parameters:
level: max
paths:
- packages
- tests/src
# exceptions:
# check:
# missingCheckedExceptionInThrows: true
# tooWideThrowType: true
ignoreErrors:
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children#'
-
message: '#Attribute class Override does not exist#'
reportUnmatched: false
-
identifier: method.nonObject
path: packages/file-bundle/src/DependencyInjection/Configuration.php
-
identifier: return.unusedType
path: packages/file-symfony-bridge/src/HttpFoundation/ToHttpFoundationFileAdapter.php
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-mockery/extension.neon
- vendor/bnf/phpstan-psr-container/extension.neon
- vendor/ekino/phpstan-banned-code/extension.neon