Passed
Push — master ( d070fe...57713c )
by Radosław
02:55
created
src/Journal/Deal.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Radowoj\Yaah\Journal;
4 4
 
5
-use stdClass;
5
+use stdClass;
6 6
 use InvalidArgumentException;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
tests/Journal/DealTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Radowoj\Yaah\Journal;
4 4
 
5 5
 use PHPUnit\Framework\TestCase;
6
-use Radowoj\Yaah\Auction;
7 6
 
8 7
 class DealTest extends TestCase
9 8
 {
Please login to merge, or discard this patch.