Completed
Push — master ( 478748...d80769 )
by Ehsan
07:01
created
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.
phpdocumentor/reflection-docblock/tests/integration/UsingTagsTest.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -12,11 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection;
14 14
 
15
-use phpDocumentor\Reflection\DocBlock\Description;
16
-use phpDocumentor\Reflection\DocBlock\StandardTagFactory;
17
-use phpDocumentor\Reflection\DocBlock\Tag;
18
-use phpDocumentor\Reflection\DocBlock\Tags\See;
19
-
20 15
 /**
21 16
  * @coversNothing
22 17
  */
Please login to merge, or discard this patch.
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.