Webmozart\Console\UI\Layout\BlockLayout::endBlock PHP 메소드

endBlock() 공개 메소드

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