Completed
Push — master ( 96d573...f9f049 )
by Ehsan
07:54
created
phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.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\Prophecy\Doubler\ClassPatch;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Prophecy\Doubler\Generator\Node\ClassNode;
8 7
 use Prophecy\Doubler\Generator\Node\MethodNode;
9 8
 
Please login to merge, or discard this patch.
phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.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\Prophecy\Doubler\ClassPatch;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Prophecy\Doubler\Generator\Node\ClassNode;
8 7
 use Prophecy\Doubler\Generator\Node\MethodNode;
9 8
 
Please login to merge, or discard this patch.
spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.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\Prophecy\Doubler\ClassPatch;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Prophecy\Doubler\Generator\Node\ArgumentNode;
8 7
 use Prophecy\Doubler\Generator\Node\ClassNode;
9 8
 use Prophecy\Doubler\Generator\Node\MethodNode;
Please login to merge, or discard this patch.
phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCodeGeneratorSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace spec\Prophecy\Doubler\Generator;
4 4
 
5
-use phpDocumentor\Reflection\DocBlock\Tags\Method;
6 5
 use PhpSpec\ObjectBehavior;
7
-use Prophecy\Argument;
8 6
 use Prophecy\Doubler\Generator\Node\ArgumentNode;
9 7
 use Prophecy\Doubler\Generator\Node\ClassNode;
10 8
 use Prophecy\Doubler\Generator\Node\MethodNode;
Please login to merge, or discard this patch.
vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.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\Prophecy\Prediction;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-
7 6
 use Prophecy\Call\Call;
8 7
 use Prophecy\Prophecy\MethodProphecy;
9 8
 use Prophecy\Prophecy\ObjectProphecy;
Please login to merge, or discard this patch.
vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.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 spec\Prophecy\Prophecy;
4 4
 
5
-use phpDocumentor\Reflection\DocBlock\Tags\Method;
6 5
 use PhpSpec\ObjectBehavior;
7 6
 use Prophecy\Argument;
8 7
 use Prophecy\Argument\ArgumentsWildcard;
Please login to merge, or discard this patch.