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
1818 * and `mb_strpos` functions. Otherwise, the normal (ASCII-Only) functions will be used.
1919 *
2020 * @var bool
21- *
22- * @internal since 8.8.0, will be made private in 9.0.0
2321 */
24- public $ multibyteSupport ;
22+ private $ multibyteSupport ;
2523
2624 /**
2725 * The default charset for the CSS if no `@charset` declaration is found. Defaults to utf-8.
2826 *
2927 * @var non-empty-string
30- *
31- * @internal since 8.8.0, will be made private in 9.0.0
3228 */
33- public $ defaultCharset = 'utf-8 ' ;
29+ private $ defaultCharset = 'utf-8 ' ;
3430
3531 /**
3632 * Whether the parser silently ignore invalid rules instead of choking on them.
3733 *
3834 * @var bool
39- *
40- * @internal since 8.8.0, will be made private in 9.0.0
4135 */
42- public $ lenientParsing = true ;
36+ private $ lenientParsing = true ;
4337
4438 private function __construct ()
4539 {
You can’t perform that action at this time.
0 commit comments