Skip to content

Update paths in baseline #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
-
message: "#^Call to an undefined method Sabberworm\\\\CSS\\\\OutputFormat\\:\\:setIndentation\\(\\)\\.$#"
count: 2
path: lib/Sabberworm/CSS/OutputFormat.php
path: src/OutputFormat.php

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

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

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

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

-
message: "#^Variable \\$aActualColorLines might not be defined\\.$#"
Expand Down