Diff::ignoreIndent PHP Method

ignoreIndent() protected static method

protected static ignoreIndent ( $line )
    protected static function ignoreIndent($line)
    {
        return trim(preg_replace('`\\s+`', ' ', str_replace(' >', '>', strtr($line, '"', "'"))));
    }