Update api_members.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-30 15:21:28 +01:00 committed by GitHub
parent 2614a951cd
commit 38c2fea849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,8 +405,8 @@ class Members extends DolibarrApi
/** /**
* Clean sensible object datas * Clean sensible object datas
* *
* @param object $object Object to clean * @param Object $object Object to clean
* @return array Array of cleaned object properties * @return Object Object with cleaned properties
*/ */
protected function _cleanObjectDatas($object) protected function _cleanObjectDatas($object)
{ {