Fix return type in PHPDoc thanks to @jbostoen

This commit is contained in:
Stephen Abello
2025-07-28 16:14:13 +02:00
parent f00b8d529c
commit 7b44ec23a1

View File

@@ -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)