Skip to content

Commit 8a6e001

Browse files
committed
Update paths in baseline
1 parent 73d8bf1 commit 8a6e001

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
-
44
message: "#^Call to an undefined method Sabberworm\\\\CSS\\\\OutputFormat\\:\\:setIndentation\\(\\)\\.$#"
55
count: 2
6-
path: lib/Sabberworm/CSS/OutputFormat.php
6+
path: src/OutputFormat.php
77

88
-
99
message: "#^Access to an undefined property Sabberworm\\\\CSS\\\\Parsing\\\\ParserState\\:\\:\\$oParserHelper\\.$#"
@@ -13,22 +13,22 @@ parameters:
1313
-
1414
message: "#^Class Sabberworm\\\\CSS\\\\Value\\\\Size constructor invoked with 5 parameters, 1\\-4 required\\.$#"
1515
count: 2
16-
path: lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php
16+
path: src/RuleSet/DeclarationBlock.php
1717

1818
-
1919
message: "#^Variable \\$oRule might not be defined\\.$#"
2020
count: 2
21-
path: lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php
21+
path: src/RuleSet/DeclarationBlock.php
2222

2323
-
2424
message: "#^Variable \\$oVal might not be defined\\.$#"
2525
count: 1
26-
path: lib/Sabberworm/CSS/Value/CalcFunction.php
26+
path: src/Value/CalcFunction.php
2727

2828
-
2929
message: "#^Method Sabberworm\\\\CSS\\\\Value\\\\RuleValueList\\:\\:__construct\\(\\) invoked with 3 parameters, 0\\-2 required\\.$#"
3030
count: 1
31-
path: lib/Sabberworm/CSS/Value/CalcRuleValueList.php
31+
path: src/Value/CalcRuleValueList.php
3232

3333
-
3434
message: "#^Variable \\$aActualColorLines might not be defined\\.$#"

0 commit comments

Comments
 (0)