Skip to content

Commit 83b4104

Browse files
committed
Add types of elements for renderer
1 parent 66af1f7 commit 83b4104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jblond/Diff/Renderer/Html/HtmlArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class HtmlArray extends RendererAbstract
4545
* This method is called by the renderers which extends this class.
4646
*
4747
* @param array $changes Contains the op-codes about the differences between "old and "new".
48-
* @param object $htmlRenderer Renderer which extends this class.
48+
* @param object|Inline|SideBySide|Unified $htmlRenderer Renderer which extends this class.
4949
*
5050
* @return string HTML representation of the differences.
5151
*/

0 commit comments

Comments
 (0)