Webmozart\Console\UI\Layout\BlockLayout::endBlock PHP Method

endBlock() public method

Ends the current indented block.
public endBlock ( ) : static
return static The current instance.
    public function endBlock()
    {
        $this->currentIndentation -= 2;
        return $this;
    }