do not ignore lines with mix od tabs and spaces
This commit is contained in:
parent
0ede817588
commit
86f22c4563
@ -72,10 +72,10 @@ class Thirdparties extends DolibarrApi
|
|||||||
*
|
*
|
||||||
* @throws RestException
|
* @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.
|
* Get properties of a thirdparty object by email.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user