Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormat::beLenientpublicWC 1.0

Method of the class: OutputFormat{}

No Hooks.

Returns

null. Nothing (null).

Usage

$OutputFormat = new OutputFormat();
$OutputFormat->beLenient();

OutputFormat::beLenient() code WC 10.4.3

public function beLenient()
{
    $this->bIgnoreExceptions = true;
}