Change pipe to broken pipe for or in detail output

refs #10868
This commit is contained in:
Dirk Goetz 2015-12-16 15:52:49 +01:00 committed by Thomas Gelf
parent 5189c79a27
commit cc93a1d04a

View file

@ -103,6 +103,8 @@ class CheckCommand extends Command
$output .= $this->renderProblemTree($subtree['children'], $useColors, $depth + 1);
}
$output = str_replace("|", "¦", $output);
return $output;
}