📝 fix PHPDoc

This commit is contained in:
Eric Espie
2023-01-05 09:23:48 +01:00
parent df7d7c877d
commit 524e65a29b

View File

@@ -174,10 +174,10 @@ class RestResultWithObjects extends RestResult
* Report the given object * Report the given object
* *
* @api * @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 string $sMessage Description of the error if any, an empty string otherwise
* @param DBObject $oObject The object being reported * @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 ? * @param boolean $bExtendedOutput Output all of the link set attributes ?
* *
* @return void * @return void