PHP Class Hal\MutaTesting\Diff\DiffHtml

Show file Open project: halleck45/mutatesting

Public Methods

Method Description
diff ( array | string $from, array | string $to ) : string Returns the diff between two arrays or strings as string.
highlight ( $string )

Method Details

diff() public method

Returns the diff between two arrays or strings as string.
public diff ( array | string $from, array | string $to ) : string
$from array | string
$to array | string
return string

highlight() public method

public highlight ( $string )