mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-02 15:12:29 +01:00
replace obsolete phpcs tags
This commit is contained in:
@@ -59,14 +59,13 @@ class DolibarrApiAccess implements iAuthenticate
|
||||
*/
|
||||
public static $user = '';
|
||||
|
||||
// @codingStandardsIgnoreStart
|
||||
|
||||
/**
|
||||
* Check access
|
||||
*
|
||||
* @return bool
|
||||
* @throws RestException
|
||||
*/
|
||||
// phpcs:ignore PEAR.NamingConventions.ValidFunctionName
|
||||
public function __isAllowed()
|
||||
{
|
||||
global $conf, $db;
|
||||
@@ -172,11 +171,11 @@ class DolibarrApiAccess implements iAuthenticate
|
||||
* @example Digest
|
||||
* @example OAuth
|
||||
*/
|
||||
// phpcs:ignore PEAR.NamingConventions.ValidFunctionName
|
||||
public function __getWWWAuthenticateString()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
// @codingStandardsIgnoreEnd
|
||||
|
||||
/**
|
||||
* Verify access
|
||||
|
||||
Reference in New Issue
Block a user