forked from jwage/phpunit-test-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
36 lines (30 loc) · 1.39 KB
/
phpstan-baseline.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
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$className of method PHPUnitTestGenerator\\\\TestClassGenerator\\:\\:generate\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: lib/Command/GenerateTestClassCommand.php
-
message: "#^Property PHPUnitTestGenerator\\\\TestClassGenerator\\:\\:\\$reflectionClass with generic class ReflectionClass does not specify its types\\: T$#"
count: 1
path: lib/TestClassGenerator.php
-
message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
count: 2
path: lib/TestClassMetadataParser.php
-
message: "#^Call to an undefined method ReflectionType\\:\\:isBuiltin\\(\\)\\.$#"
count: 1
path: lib/TestClassMetadataParser.php
-
message: "#^Method PHPUnitTestGenerator\\\\TestClassMetadataParser\\:\\:generateTypeRandomValue\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: lib/TestClassMetadataParser.php
-
message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#"
count: 1
path: lib/TestClassMetadataParser.php
-
message: "#^Property PHPUnitTestGenerator\\\\TestClassMetadataParser\\:\\:\\$reflectionClass with generic class ReflectionClass does not specify its types\\: T$#"
count: 1
path: lib/TestClassMetadataParser.php