forked from phpstan/phpstan-webmozart-assert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
16 lines (14 loc) · 914 Bytes
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
ignoreErrors:
-
message: "#^Creating new ReflectionObject is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine\\. Use objects retrieved from ReflectionProvider instead\\.$#"
count: 1
path: src/Type/WebMozartAssert/AssertTypeSpecifyingExtension.php
-
message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeStaticMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: tests/Type/WebMozartAssert/ImpossibleCheckTypeMethodCallRuleTest.php
-
message: "#^Accessing PHPStan\\\\Rules\\\\Methods\\\\ReturnTypeRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
count: 1
path: tests/Type/WebMozartAssert/MethodReturnTypeRuleTest.php