Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormat::beLenient
Method of the class: OutputFormat{}
No Hooks.
Returns
null. Nothing (null).
Usage
$OutputFormat = new OutputFormat(); $OutputFormat->beLenient();
OutputFormat::beLenient() OutputFormat::beLenient code WC 10.4.3
public function beLenient()
{
$this->bIgnoreExceptions = true;
}