Fix phpcs

This commit is contained in:
Laurent Destailleur
2015-06-05 18:43:14 +02:00
parent 43ed48896a
commit b7cf070d2d
2 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ class DolibarrApiAccess implements iAuthenticate
* @return bool
* @throws RestException
*/
public function __isAllowed()
public function _isAllowed()
{
global $db;
@@ -113,7 +113,7 @@ class DolibarrApiAccess implements iAuthenticate
* @example Digest
* @example OAuth
*/
public function __getWWWAuthenticateString()
public function _getWWWAuthenticateString()
{
return '';
}