Characters that can't stand alone preserve the newline.

Type: array

Fichier

advagg_js_minify/jshrink.inc, line 230

Classe

Minifier
Minifier

Namespace

JShrink

Code

protected $noNewLineCharacters = [
    '(' => true,
    '-' => true,
    '+' => true,
    '[' => true,
    '@' => true,
];