Update api_memberstypes.class.php

This commit is contained in:
Frédéric FRANCE 2020-10-30 16:10:23 +01:00 committed by GitHub
parent 782e062ec7
commit b431d99996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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