PHP Interface Mmoreram\PHPFormatter\Sorter\Interfaces\SorterInterface

Datei anzeigen Open project: mmoreram/php-formatter

Public Methods

Method Description
sort ( string $data ) : string Sort any piece of code given as parameter.

Method Details

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