FOF30\Less\Formatter\Compressed::indentStr PHP Method

indentStr() public method

Indent a string by $n positions
public indentStr ( integer $n ) : string
$n integer How many positions to indent
return string The indented string
    public function indentStr($n = 0)
    {
        return "";
    }
Compressed