We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Charset::aComments
1 parent 0071230 commit 884c9dfCopy full SHA for 884c9df
lib/Sabberworm/CSS/Property/Charset.php
@@ -24,7 +24,7 @@ class Charset implements AtRule
24
/**
25
* @var array
26
*/
27
- protected $aComment;
+ protected $aComments;
28
29
30
* @param string $sCharset
phpstan-baseline.neon
@@ -10,8 +10,3 @@ parameters:
10
count: 1
11
path: lib/Sabberworm/CSS/Parsing/ParserState.php
12
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