JoliTypo\FixerInterface::fix PHP Method

fix() public method

public fix ( string $content, StateBag $stateBag = null ) : string
$content string A string to fix
$stateBag StateBag A bag of useful information
return string
    public function fix($content, StateBag $stateBag = null);
FixerInterface