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.
2 parents 0071230 + 884c9df commit a3d7a78Copy full SHA for a3d7a78
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