Completed
Push — master ( f5cd5b...d3cd2b )
by
unknown
02:36
created
spec/LIN3S/WPFoundation/Configuration/Login/LoginSpec.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,10 @@
 block discarded – undo
11 11
 
12 12
 namespace spec\LIN3S\WPFoundation\Configuration\Login;
13 13
 
14
-use fixtures\LIN3S\WPFoundation\Login;
15 14
 use LIN3S\WPFoundation\Configuration\Login\Login as BaseLogin;
16 15
 use LIN3S\WPFoundation\Configuration\Login\LoginInterface;
17 16
 use PhpSpec\ObjectBehavior;
18
-use Prophecy\Argument;
17
+use fixtures\LIN3S\WPFoundation\Login;
19 18
 
20 19
 /**
21 20
  * Spec of Login class.
Please login to merge, or discard this patch.