-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan-baseline.neon
26 lines (22 loc) · 1 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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Sabberworm\\\\CSS\\\\RuleSet\\\\RuleSet\\:\\:getSelectors\\(\\)\\.$#"
count: 3
path: Classes/Provider/CssIconProvider.php
-
message: "#^Call to an undefined method Sabberworm\\\\CSS\\\\Value\\\\RuleValueList\\:\\:getString\\(\\)\\.$#"
count: 4
path: Classes/Provider/CssIconProvider.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: Classes/Provider/CssIconProvider.php
-
message: "#^Parameter \\#1 \\$cssGlyph of static method Blueways\\\\BwIcons\\\\Provider\\\\CssIconProvider\\:\\:glyphIsNotInSet\\(\\) expects Sabberworm\\\\CSS\\\\RuleSet\\\\DeclarationBlock, Sabberworm\\\\CSS\\\\RuleSet\\\\RuleSet given\\.$#"
count: 1
path: Classes/Provider/CssIconProvider.php
-
message: "#^Unsafe call to private method Blueways\\\\BwIcons\\\\Provider\\\\CssIconProvider\\:\\:glyphIsNotInSet\\(\\) through static\\:\\:\\.$#"
count: 1
path: Classes/Provider/CssIconProvider.php