Fix code comment
This commit is contained in:
parent
f8316abfc0
commit
f0dc2df526
@ -225,8 +225,8 @@ abstract class CommonDocGenerator
|
|||||||
*
|
*
|
||||||
* @param Contact $object contact
|
* @param Contact $object contact
|
||||||
* @param Translate $outputlangs object for output
|
* @param Translate $outputlangs object 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 of substitution key->code
|
* @return array Array of substitution key->code
|
||||||
*/
|
*/
|
||||||
function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object') {
|
function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object') {
|
||||||
global $conf;
|
global $conf;
|
||||||
@ -554,7 +554,7 @@ abstract class CommonDocGenerator
|
|||||||
*
|
*
|
||||||
* @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 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
|
* @return array Array of substitution
|
||||||
*/
|
*/
|
||||||
function get_substitutionarray_shipment($object,$outputlangs,$array_key='object')
|
function get_substitutionarray_shipment($object,$outputlangs,$array_key='object')
|
||||||
@ -746,7 +746,7 @@ abstract class CommonDocGenerator
|
|||||||
/**
|
/**
|
||||||
* Rect pdf
|
* Rect pdf
|
||||||
*
|
*
|
||||||
* @param PDF $pdf Object PDF
|
* @param TCPDF $pdf Object PDF
|
||||||
* @param float $x Abscissa of first point
|
* @param float $x Abscissa of first point
|
||||||
* @param float $y Ordinate of first point
|
* @param float $y Ordinate of first point
|
||||||
* @param float $l ??
|
* @param float $l ??
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user