php-eesyldap/phpstan.neon

25 lines
905 B
Plaintext
Raw Normal View History

2023-03-13 02:13:21 +01:00
parameters:
level: 9
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
universalObjectCratesClasses:
- EesyLDAP\Entry
2023-03-13 02:13:21 +01:00
ignoreErrors:
-
message: "#Method .*::test.*\\(\\) has no return type specified\\.#"
path: tests/*
-
message: "#Call to an undefined method Mockery\\\\ExpectationInterface|Mockery\\\\HigherOrderMessage::once\\(\\)\\.#"
path: tests/*
-
message: "#Call to an undefined method PHPUnit\\\\Extension\\\\FunctionMocker::expects\\(\\)\\.#"
path: tests/*
2023-03-26 13:59:21 +02:00
-
message: "#Access to an undefined property Mockery\\\\LegacyMockInterface::\\$[a-zA-Z0-9_]+\\.#"
path: tests/*
-
message: "#Call to an undefined method Mockery\\\\(Mock|LegacyMockInterface)::[a-zA-Z0-9_]+\\(\\)\\.#"
2023-03-26 13:59:21 +02:00
path: tests/*