From 524e65a29bdb40a7b19cc804fc569590de7f9816 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 5 Jan 2023 09:23:48 +0100 Subject: [PATCH] :memo: fix PHPDoc --- core/restservices.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/restservices.class.inc.php b/core/restservices.class.inc.php index 046ccdd4a..145dec2f2 100644 --- a/core/restservices.class.inc.php +++ b/core/restservices.class.inc.php @@ -174,10 +174,10 @@ class RestResultWithObjects extends RestResult * Report the given object * * @api - * @param $iCode + * @param int $iCode An error code (RestResult::OK is no issue has been found) * @param string $sMessage Description of the error if any, an empty string otherwise * @param DBObject $oObject The object being reported - * @param null $aFieldSpec An array of class => attribute codes (Cf. RestUtils::GetFieldList). List of the attributes to be reported. + * @param array|null $aFieldSpec An array of class => attribute codes (Cf. RestUtils::GetFieldList). List of the attributes to be reported. * @param boolean $bExtendedOutput Output all of the link set attributes ? * * @return void