Skip to content

Commit edc62b4

Browse files
committed
update phpdoc block
1 parent b3b089c commit edc62b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Diff.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public function __construct($a, $b, $options=array())
9999
/**
100100
* Render a diff using the supplied rendering class and return it.
101101
*
102-
* @param object $renderer An instance of the rendering object to use for generating the diff.
102+
* @param \Diff_Renderer_Abstract|object $renderer An instance of the rendering object to use for generating the diff.
103+
*
103104
* @return mixed The generated diff. Exact return value depends on the rendered.
104105
*/
105106
public function render(Diff_Renderer_Abstract $renderer)

0 commit comments

Comments
 (0)