Fix CS lib/classes

This commit is contained in:
Romain Neutron
2013-01-29 16:39:02 +01:00
parent 53206af159
commit 4414892b91
108 changed files with 178 additions and 249 deletions

View File

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