gossi\codegen\generator\utils\Writer::outdent PHP Method

outdent() public method

public outdent ( )
    public function outdent()
    {
        $this->indentationLevel = max($this->indentationLevel - 1, 0);
        return $this;
    }