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 98c81c1 commit a44f99dCopy full SHA for a44f99d
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);
@@ -221,4 +221,4 @@ private function htmlSafe($string)
221
222
return htmlspecialchars($string, ENT_NOQUOTES, 'UTF-8');
223
}
224
-}
+}
0 commit comments