Fix PHPCS

This commit is contained in:
jfefe
2015-05-06 00:55:42 +02:00
parent 3b1f6e8a5a
commit dbb9449ee7
9 changed files with 187 additions and 155 deletions

View File

@@ -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)