|
@@ -155,7 +155,7 @@ class LineFormatter extends NormalizerFormatter
|
|
|
do {
|
|
do {
|
|
|
$depth++;
|
|
$depth++;
|
|
|
if ($depth > $this->maxNormalizeDepth) {
|
|
if ($depth > $this->maxNormalizeDepth) {
|
|
|
- $str .= '\n[previous exception] Over ' . $this->maxNormalizeDepth . ' levels deep, aborting normalization';
|
|
|
|
|
|
|
+ $str .= "\n[previous exception] Over " . $this->maxNormalizeDepth . ' levels deep, aborting normalization';
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
|
|
|