-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan.neon
25 lines (24 loc) · 1003 Bytes
/
phpstan.neon
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
includes:
- .baseline-phpstan.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-doctrine/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-symfony/rules.neon
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
parameters:
level: max
reportUnmatchedIgnoredErrors: false
paths:
- src
- tests
excludePaths:
- */src/DependencyInjection/Configuration.php
- */src/Form/DataTransformer/AbstractFeatureTransformer.php
- */src/Form/Type/FeaturesType.php
- */src/Manager/FeaturesManager.php
- */src/Manager/InvoicesManager.php
- */src/Model/Subscription.php
ignoreErrors:
- '#Parameter \#1 \$value of method Symfony\\Component\\Intl\\NumberFormatter\\NumberFormatter::formatCurrency\(\) expects float, string given.#'