PHP Interface Mmoreram\PHPFormatter\Sorter\Interfaces\SorterInterface

Afficher le fichier Open project: mmoreram/php-formatter

Méthodes publiques

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

Method Details

sort() public méthode

Sort any piece of code given as parameter.
public sort ( string $data ) : string
$data string Data
Résultat string Data sorted or false if no sorting has needed