-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathphpstan-baseline.neon
42 lines (34 loc) · 1.85 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
parameters:
ignoreErrors:
-
message: "#^While loop condition is always true\\.$#"
count: 1
path: src/SOFe/Capital/Analytics/Top/Mod.php
-
message: "#^Method SOFe\\\\Capital\\\\Config\\\\Raw\\:\\:loadConfig\\(\\) should return T of SOFe\\\\Capital\\\\Config\\\\ConfigInterface but returns object\\.$#"
count: 1
path: src/SOFe/Capital/Config/Raw.php
-
message: "#^PHPDoc tag @var for variable \\$labelSet contains generic class SOFe\\\\Capital\\\\ParameterizedLabelSet but does not specify its types\\: I$#"
count: 1
path: src/SOFe/Capital/ParameterizedLabelSet.php
-
message: "#^Template type T of method SOFe\\\\Capital\\\\ParameterizedLabelSet\\:\\:parse\\(\\) is not referenced in a parameter\\.$#"
count: 1
path: src/SOFe/Capital/ParameterizedLabelSet.php
-
message: "#^Call to function is_subclass_of\\(\\) with 'SOFe\\\\\\\\Capital\\\\\\\\Plugin\\\\\\\\MainClass' and 'SOFe\\\\\\\\Capital\\\\\\\\Di\\\\\\\\FromContext' will always evaluate to false\\.$#"
count: 1
path: src/SOFe/Capital/Plugin/MainClass.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/SOFe/Capital/Plugin/MainClass.php
-
message: "#^Method SOFe\\\\Capital\\\\Schema\\\\Currency\\:\\:createCurrencyVariable\\(\\) should return SOFe\\\\Capital\\\\Schema\\\\Variable\\<SOFe\\\\Capital\\\\Schema\\\\Currency, string\\> but returns SOFe\\\\Capital\\\\Schema\\\\Variable\\<SOFe\\\\Capital\\\\Schema\\\\Currency, null\\>\\.$#"
count: 1
path: src/SOFe/Capital/Schema/Currency.php
-
message: "#^Parameter \\$populate of class SOFe\\\\Capital\\\\Schema\\\\Variable constructor expects Closure\\(SOFe\\\\Capital\\\\Schema\\\\Currency, null\\)\\: void, Closure\\(SOFe\\\\Capital\\\\Schema\\\\Currency, string\\)\\: string given\\.$#"
count: 1
path: src/SOFe/Capital/Schema/Currency.php