diff --git a/core/metamodel.class.php b/core/metamodel.class.php index f0195fc3d..59cabbfc9 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -7081,7 +7081,7 @@ abstract class MetaModel * @param array $aParams * @param bool $bAllowAllData * - * @return \DBObject + * @return \DBObject|null * @throws \OQLException */ public static function GetObjectFromOQL($sQuery, $aParams = null, $bAllowAllData = false)