HippoPHP\Hippo\Checks\Line\MaxLineLengthCheck::setTabExpand PHP Method

setTabExpand() public method

Sets how many spaces make up a tab.
public setTabExpand ( integer $size ) : MaxLength
$size integer
return MaxLength
    public function setTabExpand($size)
    {
        $this->tabExpand = (int) $size;
        return $this;
    }