HippoPHP\Hippo\Checks\Line\MaxLineLengthCheck::setTabExpand PHP Méthode

setTabExpand() public méthode

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