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.
1 parent bb87bc2 commit cd0f834Copy full SHA for cd0f834
lib/Sabberworm/CSS/Settings.php
@@ -21,7 +21,7 @@ class Settings {
21
public $sDefaultCharset = 'utf-8';
22
23
/**
24
- * Lenient parsing. When used, the parser will not choke on unexpected tokens but simply ignore them.
+ * Lenient parsing. When used (which is true by default), the parser will not choke on unexpected tokens but simply ignore them.
25
*/
26
public $bLenientParsing = true;
27
0 commit comments