File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 24
24
</plugins >
25
25
26
26
<issueHandlers >
27
+ <ArgumentTypeCoercion >
28
+ <errorLevel type =" suppress" >
29
+ <directory name =" tests/Integration" />
30
+ </errorLevel >
31
+ </ArgumentTypeCoercion >
32
+
33
+ <ClassMustBeFinal errorLevel =" suppress" />
34
+
35
+ <ImplicitToStringCast >
36
+ <errorLevel type =" suppress" >
37
+ <directory name =" tests/E2E" />
38
+ </errorLevel >
39
+ </ImplicitToStringCast >
40
+
27
41
<PropertyNotSetInConstructor >
28
42
<errorLevel type =" suppress" >
29
43
<file name =" src/Validator/Constraints/EntityReferenceExists.php" />
32
46
</errorLevel >
33
47
</PropertyNotSetInConstructor >
34
48
49
+ <UndefinedClass >
50
+ <errorLevel type =" suppress" >
51
+ <directory name =" tests/Integration" />
52
+ </errorLevel >
53
+ </UndefinedClass >
54
+
55
+ <UndefinedDocblockClass >
56
+ <errorLevel type =" suppress" >
57
+ <directory name =" tests/Functional" />
58
+ <directory name =" tests/Integration" />
59
+ </errorLevel >
60
+ </UndefinedDocblockClass >
61
+
35
62
<UndefinedMethod >
36
63
<errorLevel type =" suppress" >
37
64
<directory name =" tests/Integration" />
You can’t perform that action at this time.
0 commit comments