Completed
Push — master ( 8bc2af...88ffe5 )
by Koen
02:59
created
ClientSpec.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 spec\Marvel;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ClientSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/Marvel/ClientSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use ikoene\Marvel\Client;
6 6
 use PhpSpec\ObjectBehavior;
7
-use Prophecy\Argument;
8 7
 
9 8
 class ClientSpec extends ObjectBehavior
10 9
 {
Please login to merge, or discard this patch.