-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon.dist
22 lines (22 loc) · 1.1 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
parameters:
level: 8
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: true
paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests
ignoreErrors:
- '#expects LDAP\\Connection#'
# Eh?
-
message: '#of method Iter8\\LdapRecordBundle\\Iter8LdapRecordBundle::loadExtension\(\) should be contravariant with parameter \$config \(array\) of method#'
path: src/Iter8LdapRecordBundle.php
-
message: '#^Parameter \#1 \$extension of method Symfony\\Component\\DependencyInjection\\ContainerBuilder\:\:registerExtension\(\) expects Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface, Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface\|null given\.$#'
path: tests/Iter8LdapRecordBundleTest.php
includes:
- vendor/phpstan/phpstan-strict-rules/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