Completed
Push — master ( 8eb52f...926392 )
by Kevin
02:09
created
src/Exposition/Emit.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Aptarus\PromClient\Exposition;
4 4
 
5
-use PDO;
6
-use Aptarus\PromClient\Utility as U;
7 5
 use Aptarus\PromClient\Configuration as Configuration;
6
+use Aptarus\PromClient\Utility as U;
7
+use PDO;
8 8
 
9 9
 class Emit
10 10
 {
Please login to merge, or discard this patch.
src/Metric.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Aptarus\PromClient;
4 4
 
5
-use PDO;
6 5
 use Aptarus\PromClient\Utility as U;
7 6
 
8 7
 class Metric
Please login to merge, or discard this patch.