From c845124b925ed0826857b628d5b2c79eb9a3cf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Thu, 7 Nov 2013 21:23:29 +0100 Subject: [PATCH] Object type is lowercase --- htdocs/core/class/html.form.class.php | 2 +- htdocs/core/class/html.formcompany.class.php | 4 ++-- htdocs/core/class/interfaces.class.php | 2 +- htdocs/core/lib/agenda.lib.php | 2 +- htdocs/core/lib/ecm.lib.php | 4 ++-- htdocs/core/lib/files.lib.php | 2 +- htdocs/core/lib/functions2.lib.php | 2 +- htdocs/core/lib/propal.lib.php | 4 ++-- htdocs/core/modules/propale/modules_propale.php | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 3ba7fee84c4..296ae741e1b 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3942,7 +3942,7 @@ class Form * Return a HTML area with the reference of object and a navigation bar for a business object * To add a particular filter on select, you must set $object->next_prev_filter to SQL criteria. * - * @param Object $object Object to show + * @param object $object Object to show * @param string $paramid Name of parameter to use to name the id into the URL link * @param string $morehtml More html content to output just before the nav bar * @param int $shownav Show Condition (navigation is shown if value is 1) diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index ae9858dec92..76b2810d59b 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -503,7 +503,7 @@ class FormCompany /** * Return list of third parties * - * @param Object $object Object we try to find contacts + * @param object $object Object we try to find contacts * @param string $var_id Name of id field * @param string $selected Pre-selected third party * @param string $htmlname Name of HTML form @@ -616,7 +616,7 @@ class FormCompany /** * Return a select list with types of contacts * - * @param Object $object Object to use to find type of contact + * @param object $object Object to use to find type of contact * @param string $selected Default selected value * @param string $htmlname HTML select name * @param string $source Source ('internal' or 'external') diff --git a/htdocs/core/class/interfaces.class.php b/htdocs/core/class/interfaces.class.php index a40c7250103..78276c27885 100644 --- a/htdocs/core/class/interfaces.class.php +++ b/htdocs/core/class/interfaces.class.php @@ -48,7 +48,7 @@ class Interfaces * This function call all qualified triggers. * * @param string $action Trigger event code - * @param Object $object Objet concern + * @param object $object Objet concern * @param User $user Objet user * @param Lang $langs Objet lang * @param Conf $conf Objet conf diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php index 62f8b49d65e..26434af9c22 100644 --- a/htdocs/core/lib/agenda.lib.php +++ b/htdocs/core/lib/agenda.lib.php @@ -404,7 +404,7 @@ function agenda_prepare_head() /** * Prepare array with list of tabs * - * @param Object $object Object related to tabs + * @param object $object Object related to tabs * @return array Array of tabs to shoc */ function actions_prepare_head($object) diff --git a/htdocs/core/lib/ecm.lib.php b/htdocs/core/lib/ecm.lib.php index ca92c6d77bc..6050c39da74 100644 --- a/htdocs/core/lib/ecm.lib.php +++ b/htdocs/core/lib/ecm.lib.php @@ -26,7 +26,7 @@ /** * Prepare array with list of tabs * - * @param Object $object Object related to tabs + * @param object $object Object related to tabs * @return array Array of tabs to shoc */ function ecm_prepare_head($object) @@ -66,7 +66,7 @@ function ecm_file_prepare_head($object) /** * Prepare array with list of tabs * - * @param Object $object Object related to tabs + * @param object $object Object related to tabs * @return array Array of tabs to shoc */ function ecm_prepare_head_fm($object) diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php index 1021316b0df..80318c20a40 100644 --- a/htdocs/core/lib/files.lib.php +++ b/htdocs/core/lib/files.lib.php @@ -830,7 +830,7 @@ function dol_delete_dir_recursive($dir,$count=0,$nophperrors=0) /** * Delete all preview files linked to object instance * - * @param Object $object Object to clean + * @param object $object Object to clean * @return int 0 if error, 1 if OK */ function dol_delete_preview($object) diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index 6f55b8d130b..4727044ba45 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -178,7 +178,7 @@ function dol_print_file($langs,$filename,$searchalt=0) * Show informations on an object * TODO Move this into html.formother * - * @param Object $object Objet to show + * @param object $object Objet to show * @return void */ function dol_print_object_info($object) diff --git a/htdocs/core/lib/propal.lib.php b/htdocs/core/lib/propal.lib.php index 435567bebae..d43885adf95 100644 --- a/htdocs/core/lib/propal.lib.php +++ b/htdocs/core/lib/propal.lib.php @@ -26,7 +26,7 @@ /** * Prepare array with list of tabs * - * @param Object $object Object related to tabs + * @param object $object Object related to tabs * @return array Array of tabs to shoc */ function propal_prepare_head($object) @@ -147,4 +147,4 @@ function propal_admin_prepare_head($object) } -?> \ No newline at end of file +?> diff --git a/htdocs/core/modules/propale/modules_propale.php b/htdocs/core/modules/propale/modules_propale.php index b5a25954df9..b6948a530be 100644 --- a/htdocs/core/modules/propale/modules_propale.php +++ b/htdocs/core/modules/propale/modules_propale.php @@ -147,7 +147,7 @@ abstract class ModeleNumRefPropales * Create a document onto disk according to template module. * * @param DoliDB $db Database handler - * @param Object $object Object proposal + * @param object $object Object proposal * @param string $modele Force model to use ('' to not force) * @param Translate $outputlangs Object langs to use for output * @param int $hidedetails Hide details of lines