Skip to content

Commit d3eb3ab

Browse files
committed
visibility
1 parent b587d23 commit d3eb3ab

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
@@ -242,7 +242,7 @@ protected function formatLines($lines)
242242
* @param array $matches The string of spaces.
243243
* @return string The HTML representation of the string.
244244
*/
245-
function fixSpaces($matches)
245+
protected function fixSpaces($matches)
246246
{
247247
$buffer = '';
248248
$count = 0;

0 commit comments

Comments
 (0)