File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ class SideBySide extends MainRenderer implements SubRendererInterface
43
43
/**
44
44
* SideBySide constructor.
45
45
*
46
- * @param array $options Custom defined options for the inline diff renderer.
46
+ * @param array $options Custom defined options for the SideBySide diff renderer.
47
47
*
48
- * @see Inline ::$subOptions
48
+ * @see SideBySide ::$subOptions
49
49
*/
50
50
public function __construct (array $ options = [])
51
51
{
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ class InlineCli extends MainRenderer implements SubRendererInterface
31
31
/**
32
32
* InlineCli constructor.
33
33
*
34
- * @param array $options Custom defined options for the inline diff renderer.
34
+ * @param array $options Custom defined options for the InlineCli diff renderer.
35
35
*
36
- * @see Inline ::$subOptions
36
+ * @see InlineCli ::$subOptions
37
37
*/
38
38
public function __construct (array $ options = [])
39
39
{
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class UnifiedCli extends MainRendererAbstract
35
35
/**
36
36
* UnifiedCli constructor.
37
37
*
38
- * @param array $options Custom defined options for the inline diff renderer.
38
+ * @param array $options Custom defined options for the UnifiedCli diff renderer.
39
39
*
40
40
*/
41
41
public function __construct (array $ options = [])
You can’t perform that action at this time.
0 commit comments