Skip to content

Commit

Permalink
remove tabs + lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbsali committed Jan 6, 2013
1 parent 9f9fb30 commit db28177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/Redmine/Api/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function all(array $params = array())

return $this->users;
}
}

/**
* Returns an array of users with login/id pairs
Expand Down
6 changes: 3 additions & 3 deletions lib/Redmine/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class Client
private $checkSslCertificate = false;

/**
* @var array APIs
*/
private $apis = array();
* @var array APIs
*/
private $apis = array();

/**
* @param string $url
Expand Down

0 comments on commit db28177

Please sign in to comment.