Mmoreram\PHPFormatter\Sorter\Interfaces\SorterInterface::sort PHP Method

sort() public method

Sort any piece of code given as parameter.
public sort ( string $data ) : string
$data string Data
return string Data sorted or false if no sorting has needed
    public function sort($data);
SorterInterface