do not ignore lines with mix od tabs and spaces

This commit is contained in:
Frédéric FRANCE 2019-10-20 17:17:22 +02:00
parent 0ede817588
commit 86f22c4563
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
28 changed files with 54 additions and 54 deletions

View File

@ -72,10 +72,10 @@ class Thirdparties extends DolibarrApi
*
* @throws RestException
*/
public function get($id)
public function get($id)
{
return $this->_fetch($id);
}
return $this->_fetch($id);
}
/**
* Get properties of a thirdparty object by email.