File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -18,28 +18,22 @@ class Settings
18
18
* and `mb_strpos` functions. Otherwise, the normal (ASCII-Only) functions will be used.
19
19
*
20
20
* @var bool
21
- *
22
- * @internal since 8.8.0, will be made private in 9.0.0
23
21
*/
24
- public $ multibyteSupport ;
22
+ private $ multibyteSupport ;
25
23
26
24
/**
27
25
* The default charset for the CSS if no `@charset` declaration is found. Defaults to utf-8.
28
26
*
29
27
* @var non-empty-string
30
- *
31
- * @internal since 8.8.0, will be made private in 9.0.0
32
28
*/
33
- public $ defaultCharset = 'utf-8 ' ;
29
+ private $ defaultCharset = 'utf-8 ' ;
34
30
35
31
/**
36
32
* Whether the parser silently ignore invalid rules instead of choking on them.
37
33
*
38
34
* @var bool
39
- *
40
- * @internal since 8.8.0, will be made private in 9.0.0
41
35
*/
42
- public $ lenientParsing = true ;
36
+ private $ lenientParsing = true ;
43
37
44
38
private function __construct ()
45
39
{
You can’t perform that action at this time.
0 commit comments