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