Completed
Push — master ( 416831...aecf8c )
by Milan
01:43
created
src/FioRead.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio;
4 4
 
5
-use h4kuna\Fio\Response\Read\TransactionList,
6
-	h4kuna\Fio\Utils;
5
+use h4kuna\Fio\Response\Read\TransactionList;
6
+use h4kuna\Fio\Utils;
7 7
 
8 8
 /**
9 9
  * Read from informtion Fio account
Please login to merge, or discard this patch.
src/Request/Pay/Payment/Euro.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Request\Pay\Payment;
4 4
 
5
-use h4kuna\Fio,
6
-	h4kuna\Fio\Account,
7
-	h4kuna\Fio\Utils;
5
+use h4kuna\Fio;
6
+use h4kuna\Fio\Account;
7
+use h4kuna\Fio\Utils;
8 8
 
9 9
 /**
10 10
  * @author Milan Matějček
Please login to merge, or discard this patch.
src/Request/Pay/Payment/National.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Request\Pay\Payment;
4 4
 
5
-use h4kuna\Fio,
6
-	h4kuna\Fio\Utils;
5
+use h4kuna\Fio;
6
+use h4kuna\Fio\Utils;
7 7
 
8 8
 /**
9 9
  * @author Milan Matějček
Please login to merge, or discard this patch.
src/Request/Pay/Payment/Property.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Request\Pay\Payment;
4 4
 
5
-use h4kuna\Fio,
6
-	h4kuna\Fio\Account,
7
-	h4kuna\Fio\Utils,
8
-	Iterator,
9
-	Nette\Utils\DateTime;
5
+use h4kuna\Fio;
6
+use h4kuna\Fio\Account;
7
+use h4kuna\Fio\Utils;
8
+use Iterator;
9
+use Nette\Utils\DateTime;
10 10
 
11 11
 /**
12 12
  * @author Milan Matějček
Please login to merge, or discard this patch.
src/Request/Pay/XMLFile.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Request\Pay;
4 4
 
5
-use h4kuna\Fio\Request\Pay\Payment,
6
-	XMLWriter;
5
+use h4kuna\Fio\Request\Pay\Payment;
6
+use XMLWriter;
7 7
 
8 8
 /**
9 9
  * @author Milan Matějček
Please login to merge, or discard this patch.
src/Response/Read/JsonTransactionFactory.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Response\Read;
4 4
 
5
-use h4kuna\Fio,
6
-	h4kuna\Fio\Utils;
5
+use h4kuna\Fio;
6
+use h4kuna\Fio\Utils;
7 7
 
8 8
 /**
9 9
  * @author Milan Matějček
Please login to merge, or discard this patch.
src/Utils/Strings.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Utils;
4 4
 
5
-use h4kuna\Fio\Account,
6
-	Nette\Utils\DateTime;
5
+use h4kuna\Fio\Account;
6
+use Nette\Utils\DateTime;
7 7
 
8 8
 /**
9 9
  * @author Milan Matějček
Please login to merge, or discard this patch.
src/Request/Queue.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace h4kuna\Fio\Request;
4 4
 
5
-use GuzzleHttp,
6
-	h4kuna\Fio,
7
-	h4kuna\Fio\Response\Pay,
8
-	Nette\Utils;
5
+use GuzzleHttp;
6
+use h4kuna\Fio;
7
+use h4kuna\Fio\Response\Pay;
8
+use Nette\Utils;
9 9
 
10 10
 class Queue implements IQueue
11 11
 {
Please login to merge, or discard this patch.