From f0dc2df526b48a60e44204d91f268be44945121c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Oct 2018 03:30:06 +0200 Subject: [PATCH] Fix code comment --- htdocs/core/class/commondocgenerator.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php index e944467ca27..18e2817f040 100644 --- a/htdocs/core/class/commondocgenerator.class.php +++ b/htdocs/core/class/commondocgenerator.class.php @@ -223,10 +223,10 @@ abstract class CommonDocGenerator /** * Define array with couple subtitution key => subtitution value * - * @param Contact $object contact + * @param Contact $object contact * @param Translate $outputlangs object for output - * @param array_key $array_key Name of the key for return array - * @return array of substitution key->code + * @param array $array_key Name of the key for return array + * @return array Array of substitution key->code */ function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object') { global $conf; @@ -552,9 +552,9 @@ abstract class CommonDocGenerator /** * Define array with couple substitution key => substitution value * - * @param Expedition $object Main object to use as data source + * @param Expedition $object Main object to use as data source * @param Translate $outputlangs Lang object to use for output - * @param array_key $array_key Name of the key for return array + * @param array $array_key Name of the key for return array * @return array Array of substitution */ function get_substitutionarray_shipment($object,$outputlangs,$array_key='object') @@ -746,7 +746,7 @@ abstract class CommonDocGenerator /** * Rect pdf * - * @param PDF $pdf Object PDF + * @param TCPDF $pdf Object PDF * @param float $x Abscissa of first point * @param float $y Ordinate of first point * @param float $l ??