Skip to content

Commit c6f3745

Browse files
committed
added missing doc block
1 parent 5b673fd commit c6f3745

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/Diff/Renderer/Html/Array.php

+6
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@ private function htmlSafe($string)
288288
return htmlspecialchars($string, ENT_NOQUOTES, 'UTF-8');
289289
}
290290

291+
/**
292+
* @param string $tag
293+
* @param integer $i1
294+
* @param integer $j1
295+
* @return array
296+
*/
291297
private function getDefaultArray($tag, $i1, $j1){
292298
return array(
293299
'tag' => $tag,

0 commit comments

Comments
 (0)