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;
    }