diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index d436d82b..b5af4c04 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -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\\.$#" @@ -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\\.$#"