forked from doctrine/DoctrineORMModule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
26 lines (25 loc) · 1.04 KB
/
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
parameters:
level: 6
paths:
- src
- tests
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
message: '#Method .*EntityBasedFormBuilder::createForm\(\) .* iterable type .*FormInterface#'
path: src/Form/Annotation/EntityBasedFormBuilder.php
-
message: '#Offset class-string<object> on array\{\} in isset\(\) does not exist#'
path: src/Yuml/MetadataGrapher.php
-
message: '#Return type .* of method DoctrineORMModule\\Yuml\\YumlController::indexAction\(\)#'
path: src/Yuml/YumlController.php
-
message: '#Method DoctrineORMModule\\CliConfigurator::getHelpers\(\) should return#'
path: src/CliConfigurator.php
-
message: '#Parameter \#1 .* of method DoctrineORMModule\\Options\\Configuration.* stdClass given#'
path: tests/Options/ConfigurationOptionsTest.php
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon