DiffMatchPatch\DiffMatchPatch::diff_cleanupSemantic PHP Метод

diff_cleanupSemantic() публичный Метод

Modifies $diffs.
public diff_cleanupSemantic ( array &$diffs )
$diffs array Array of diff arrays.
    public function diff_cleanupSemantic(&$diffs)
    {
        $this->diff->setChanges($diffs);
        $this->diff->cleanupSemantic();
        $diffs = $this->diff->getChanges();
    }