Skip to content

Commit

Permalink
visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed May 5, 2017
1 parent b587d23 commit d3eb3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Diff/Renderer/Html/Array.php
Expand Up @@ -242,7 +242,7 @@ protected function formatLines($lines)
* @param array $matches The string of spaces.
* @return string The HTML representation of the string.
*/
function fixSpaces($matches)
protected function fixSpaces($matches)
{
$buffer = '';
$count = 0;
Expand Down

0 comments on commit d3eb3ab

Please sign in to comment.