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
4343 /**
4444 * SideBySide constructor.
4545 *
46- * @param array $options Custom defined options for the inline diff renderer.
46+ * @param array $options Custom defined options for the SideBySide diff renderer.
4747 *
48- * @see Inline ::$subOptions
48+ * @see SideBySide ::$subOptions
4949 */
5050 public function __construct (array $ options = [])
5151 {
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ class InlineCli extends MainRenderer implements SubRendererInterface
3131 /**
3232 * InlineCli constructor.
3333 *
34- * @param array $options Custom defined options for the inline diff renderer.
34+ * @param array $options Custom defined options for the InlineCli diff renderer.
3535 *
36- * @see Inline ::$subOptions
36+ * @see InlineCli ::$subOptions
3737 */
3838 public function __construct (array $ options = [])
3939 {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class UnifiedCli extends MainRendererAbstract
3535 /**
3636 * UnifiedCli constructor.
3737 *
38- * @param array $options Custom defined options for the inline diff renderer.
38+ * @param array $options Custom defined options for the UnifiedCli diff renderer.
3939 *
4040 */
4141 public function __construct (array $ options = [])
You can’t perform that action at this time.
0 commit comments