From 884c9dfd69b82783daf5134edf4f04a295ec4e22 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 1 Jun 2021 23:10:42 +0200 Subject: [PATCH] Fix typo in property `Charset::aComments` --- lib/Sabberworm/CSS/Property/Charset.php | 2 +- phpstan-baseline.neon | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/Sabberworm/CSS/Property/Charset.php b/lib/Sabberworm/CSS/Property/Charset.php index 37a81077..45dfc671 100644 --- a/lib/Sabberworm/CSS/Property/Charset.php +++ b/lib/Sabberworm/CSS/Property/Charset.php @@ -24,7 +24,7 @@ class Charset implements AtRule /** * @var array */ - protected $aComment; + protected $aComments; /** * @param string $sCharset diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index d03e2455..7189fa4d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -10,8 +10,3 @@ parameters: count: 1 path: lib/Sabberworm/CSS/Parsing/ParserState.php - - - message: "#^Access to an undefined property Sabberworm\\\\CSS\\\\Property\\\\Charset\\:\\:\\$aComments\\.$#" - count: 5 - path: lib/Sabberworm/CSS/Property/Charset.php -