From d44bf8be14e9b3fdd376f5f38865eccbd88d8d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 5 Apr 2021 22:54:13 +0200 Subject: [PATCH] doxygen --- htdocs/product/stock/massstockmove.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/product/stock/massstockmove.php b/htdocs/product/stock/massstockmove.php index ce00f59fd83..f2432ea25af 100644 --- a/htdocs/product/stock/massstockmove.php +++ b/htdocs/product/stock/massstockmove.php @@ -681,9 +681,9 @@ $db->close(); /** * Verify if $haystack startswith $needle * - * @param String $haystack string to test - * @param String $needle string to find - * @return false if Ko true else + * @param string $haystack string to test + * @param string $needle string to find + * @return bool false if Ko true else */ function startsWith($haystack, $needle) { @@ -695,8 +695,8 @@ function startsWith($haystack, $needle) * Fetch object with ref * * @param Object $static_object static object to fetch - * @param String $tmp_ref ref of the object to fetch - * @return <0 if Ko or Id of object + * @param string $tmp_ref ref of the object to fetch + * @return int <0 if Ko or Id of object */ function fetchref($static_object, $tmp_ref) {