Skip to content

Commit 0bc8fa4

Browse files
committed
Make Diff_Renderer_Html_Array::formatLines method protected
chrisboulton#26
1 parent 22822bb commit 0bc8fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Diff/Renderer/Html/Array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private function getChangeExtent($fromLine, $toLine)
172172
* @param array $lines Array of lines to format.
173173
* @return array Array of the formatted lines.
174174
*/
175-
private function formatLines($lines)
175+
protected function formatLines($lines)
176176
{
177177
$lines = array_map(array($this, 'ExpandTabs'), $lines);
178178
$lines = array_map(array($this, 'HtmlSafe'), $lines);

0 commit comments

Comments
 (0)