Skip to content

Commit a3d7a78

Browse files
authored
Merge pull request MyIntervals#240 from oliverklee/bugfix/undefined-charset
Fix typo in property `Charset::aComments`
2 parents 0071230 + 884c9df commit a3d7a78

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)