Skip to content

Commit 884c9df

Browse files
committed
Fix typo in property Charset::aComments
1 parent 0071230 commit 884c9df

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

lib/Sabberworm/CSS/Property/Charset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Charset implements AtRule
2424
/**
2525
* @var array
2626
*/
27-
protected $aComment;
27+
protected $aComments;
2828

2929
/**
3030
* @param string $sCharset

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ parameters:
1010
count: 1
1111
path: lib/Sabberworm/CSS/Parsing/ParserState.php
1212

13-
-
14-
message: "#^Access to an undefined property Sabberworm\\\\CSS\\\\Property\\\\Charset\\:\\:\\$aComments\\.$#"
15-
count: 5
16-
path: lib/Sabberworm/CSS/Property/Charset.php
17-

0 commit comments

Comments
 (0)