:memo Woops forgot to change one PHPDoc

This commit is contained in:
Pierre Goiffon
2020-01-29 18:43:46 +01:00
parent d82690dd84
commit 0a3201dd41

View File

@@ -429,7 +429,7 @@ interface iApplicationObjectExtension
*
* @return void
*
* @since 2.7.0 N°2293 can access object changes by calling {@link $oObject::ListChangesUpdated()}
* @since 2.7.0 N°2293 can access object changes by calling {@link DBObject::ListPreviousValuesForUpdatedAttributes} on $oObject
*/
public function OnDBUpdate($oObject, $oChange = null);