We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Diff_Renderer_Html_Array::formatLines
1 parent 22822bb commit 0bc8fa4Copy full SHA for 0bc8fa4
lib/Diff/Renderer/Html/Array.php
@@ -172,7 +172,7 @@ private function getChangeExtent($fromLine, $toLine)
172
* @param array $lines Array of lines to format.
173
* @return array Array of the formatted lines.
174
*/
175
- private function formatLines($lines)
+ protected function formatLines($lines)
176
{
177
$lines = array_map(array($this, 'ExpandTabs'), $lines);
178
$lines = array_map(array($this, 'HtmlSafe'), $lines);
0 commit comments