Passed
Pull Request — master (#130)
by
unknown
02:13
created
Samples/saldo.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 require '../vendor/autoload.php';
8 8
 
9 9
 use Fhp\FinTs;
10
-use Fhp\Model\StatementOfAccount\Statement;
11
-use Fhp\Model\StatementOfAccount\Transaction;
12 10
 
13 11
 define('FHP_BANK_URL', '');                 # HBCI / FinTS Url can be found here: https://www.hbci-zka.de/institute/institut_auswahl.htm (use the PIN/TAN URL)
14 12
 define('FHP_BANK_PORT', 443);               # HBCI / FinTS Port can be found here: https://www.hbci-zka.de/institute/institut_auswahl.htm
Please login to merge, or discard this patch.