HippoPHP\Hippo\Checks\Line\MaxLineLengthCheck::setTabExpand PHP Метод

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

Sets how many spaces make up a tab.
public setTabExpand ( integer $size ) : MaxLength
$size integer
Результат MaxLength
    public function setTabExpand($size)
    {
        $this->tabExpand = (int) $size;
        return $this;
    }