Skip to content

Commit

Permalink
Merge pull request #91 from Tr0nYx/master
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
Tr0nYx committed Oct 24, 2016
2 parents e5ef2f5 + c4d692c commit 85dfda9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.idea
*.iml
vendor
6 changes: 1 addition & 5 deletions src/Api/Methods/CashTransferLogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
namespace Alphatrader\ApiBundle\Api\Methods;

use Alphatrader\ApiBundle\Api\ApiClient;
use Alphatrader\ApiBundle\Api\Exception\HttpErrorException;
use Alphatrader\ApiBundle\Model\BankAccount;
use Alphatrader\ApiBundle\Model\CashTransferLogEntry;
use Alphatrader\ApiBundle\Model\Error;

/**
* Class CashTransferLogController
Expand All @@ -27,8 +24,7 @@ class CashTransferLogController extends ApiClient
* @param \Alphatrader\ApiBundle\Model\BankAccount $senderBankAcc
* @param \Alphatrader\ApiBundle\Model\BankAccount $receiverBankAcc
*
* @throws HttpErrorException
* @return CashTransferLogEntry[]|Error
* @return \Alphatrader\ApiBundle\Model\CashTransferLogEntry[]|\Alphatrader\ApiBundle\Model\Error
*/
public function getCashTransferLogs(
$startDate,
Expand Down

0 comments on commit 85dfda9

Please sign in to comment.