From 99bc63ff0b1cd026c8d9ac0ded855ea154daef2f Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 22 Mar 2019 11:09:09 +0000 Subject: [PATCH] xdiff : missing param description for SideBySide git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5160 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- xdiff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdiff.php b/xdiff.php index ef6eec8..1d59e56 100644 --- a/xdiff.php +++ b/xdiff.php @@ -38,7 +38,7 @@ class xdiff private $s2sWidth = 62; /** The constructor allow to choose the output. - * @param string $output The output mode [normal|unified] + * @param string $output The output mode [Normal|Unified|SideBySide] */ public function __construct ($output = "normal") // {{{