mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Fix CS lib/classes
This commit is contained in:
@@ -61,7 +61,7 @@ class API_OAuth2_RefreshToken
|
||||
*/
|
||||
public function get_account()
|
||||
{
|
||||
if ( ! $this->account) {
|
||||
if (! $this->account) {
|
||||
$this->account = new API_OAuth2_Account($this->app, $this->account_id);
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ class API_OAuth2_RefreshToken
|
||||
|
||||
/**
|
||||
*
|
||||
* @param Application $app
|
||||
* @param Application $app
|
||||
* @param API_OAuth2_Account $account
|
||||
* @return array
|
||||
*/
|
||||
@@ -121,7 +121,7 @@ class API_OAuth2_RefreshToken
|
||||
|
||||
/**
|
||||
*
|
||||
* @param Application $app
|
||||
* @param Application $app
|
||||
* @param API_OAuth2_Account $account
|
||||
* @param int $expires
|
||||
* @param type $refresh_token
|
||||
|
Reference in New Issue
Block a user