Mmoreram\PHPFormatter\Sorter\UseSorter::setGroupSkipEmpty PHP Method

setGroupSkipEmpty() public method

Sets GroupSkipEmpty.
public setGroupSkipEmpty ( boolean $groupSkipEmpty ) : UseSorter
$groupSkipEmpty boolean
return UseSorter Self object
    public function setGroupSkipEmpty($groupSkipEmpty)
    {
        $this->groupSkipEmpty = $groupSkipEmpty;
        return $this;
    }