Gajus\Dindent\Indenter::getLog PHP Метод

getLog() публичный Метод

Debugging utility. Get log for the last indent operation.
public getLog ( ) : array
Результат array
    public function getLog()
    {
        return $this->log;
    }