📝 fix phpdoc (see call in UI.php operation=new)

This commit is contained in:
Pierre Goiffon
2019-08-07 18:10:20 +02:00
parent 5382d2006c
commit a32bdf3f2f

View File

@@ -6883,10 +6883,11 @@ abstract class MetaModel
* Instantiate a persistable object (not yet persisted)
*
* @api
*
* @param string $sClass A persistable class
* @param array|null $aValues array of attcode => attribute value to preset
*
* @return DBObject
* @return \cmdbAbstractObject
* @throws \CoreException
*/
public static function NewObject($sClass, $aValues = null)