2
0
forked from Wavyzz/dolibarr

PHPDoc and misc fixes for several folders

This commit is contained in:
Marcos García de La Fuente
2015-02-10 13:32:00 +01:00
parent 0d6d98b395
commit 530186c59d
7 changed files with 12 additions and 15 deletions

View File

@@ -25,10 +25,10 @@
/**
* Prepare array with list of tabs
*
* @param Object $object Object related to tabs
* @param Contrat $object Object related to tabs
* @return array Array of tabs to show
*/
function contract_prepare_head($object)
function contract_prepare_head(Contrat $object)
{
global $langs, $conf;
$h = 0;