This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpstan-baseline.neon
67 lines (54 loc) · 1.59 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
parameters:
ignoreErrors:
-
message: "#^Add regex101\\.com link to that shows the regex in practise, so it will be easier to maintain in case of bug/extension in the future$#"
count: 1
path: src/SapiStreamEmitter.php
-
message: "#^Post operation are forbidden, as they make 2 values at the same line\\. Use pre instead$#"
count: 1
path: src/Util.php
-
message: "#^Do not use static property$#"
count: 5
path: tests/AbstractEmitterTest.php
-
message: "#^Do not use chained method calls\\. Put each on separated lines\\.$#"
count: 5
path: tests/AbstractEmitterTest.php
-
message: "#^Do not use static property$#"
count: 4
path: tests/Helper/HeaderStack.php
-
message: "#^Do not use static property$#"
count: 3
path: tests/OverwritePhpFunctions.php
-
message: "#^Do not use static property$#"
count: 3
path: tests/SapiEmitterTest.php
-
message: "#^Do not use chained method calls\\. Put each on separated lines\\.$#"
count: 5
path: tests/SapiEmitterTest.php
-
message: "#^Do not use static property$#"
count: 4
path: tests/SapiStreamEmitterTest.php
-
message: "#^Do not use chained method calls\\. Put each on separated lines\\.$#"
count: 99
path: tests/SapiStreamEmitterTest.php
-
message: "#^Use explicit names over dynamic ones$#"
count: 1
path: tests/SapiStreamEmitterTest.php
-
message: "#^Do not use static property$#"
count: 3
path: tests/UtilTest.php
-
message: "#^Do not use chained method calls\\. Put each on separated lines\\.$#"
count: 13
path: tests/UtilTest.php