mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix PHPCS
This commit is contained in:
@@ -7,7 +7,7 @@ use Luracast\Restler\RestException;
|
||||
|
||||
|
||||
/**
|
||||
* Description of DolibarrApiAccess
|
||||
* Dolibarr API access class
|
||||
*
|
||||
* @author jfefe
|
||||
*/
|
||||
@@ -97,6 +97,10 @@ class DolibarrApiAccess implements iAuthenticate
|
||||
}
|
||||
|
||||
/**
|
||||
* Verify access
|
||||
*
|
||||
* @param array $m Properties of method
|
||||
*
|
||||
* @access private
|
||||
*/
|
||||
public static function verifyAccess(array $m)
|
||||
|
||||
Reference in New Issue
Block a user