Completed
Pull Request — master (#141)
by Bhanu
37:51 queued 34s
created
phpspec/spec/PhpSpec/Exception/Fracture/MethodNotVisibleExceptionSpec.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\PhpSpec\Exception\Fracture;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class MethodNotVisibleExceptionSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/PhpSpec/Exception/Fracture/NamedConstructorNotFoundExceptionSpec.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\PhpSpec\Exception\Fracture;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class NamedConstructorNotFoundExceptionSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/PhpSpec/Exception/Wrapper/InvalidCollaboratorTypeExceptionSpec.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\PhpSpec\Exception\Wrapper;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class InvalidCollaboratorTypeExceptionSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Formatter/BasicFormatterSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace spec\PhpSpec\Formatter;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7
-
8 6
 use PhpSpec\Formatter\BasicFormatter;
9 7
 use PhpSpec\Formatter\Presenter\PresenterInterface;
10 8
 use PhpSpec\IO\IOInterface;
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Formatter/DotFormatterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use PhpSpec\Exception\Example\PendingException;
12 12
 use PhpSpec\Loader\Node\SpecificationNode;
13 13
 use PhpSpec\Loader\Node\ExampleNode;
14
-use Prophecy\Argument;
15 14
 use ReflectionFunctionAbstract;
16 15
 
17 16
 class DotFormatterSpec extends ObjectBehavior
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Formatter/Html/HtmlPresenterSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 namespace spec\PhpSpec\Formatter\Html;
4 4
 
5 5
 use PhpSpec\Formatter\Presenter\Differ\Differ;
6
-
7 6
 use PhpSpec\ObjectBehavior;
8
-use Prophecy\Argument;
9
-
10 7
 use PhpSpec\Exception\Exception;
11 8
 
12 9
 class HtmlPresenterSpec extends ObjectBehavior
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Formatter/Html/IOSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace spec\PhpSpec\Formatter\Html;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7
-
8 6
 use Symfony\Component\Console\Input\InputInterface;
9 7
 
10 8
 class IOSpec extends ObjectBehavior
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Formatter/Html/ReportFailedItemSpec.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 PhpSpec\ObjectBehavior;
6 6
 use Prophecy\Argument;
7
-
8 7
 use PhpSpec\Event\ExampleEvent;
9 8
 use PhpSpec\Formatter\Presenter\PresenterInterface as Presenter;
10 9
 use PhpSpec\Formatter\Html\Template;
Please login to merge, or discard this patch.
phpspec/phpspec/spec/PhpSpec/Formatter/Html/ReportItemFactorySpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace spec\PhpSpec\Formatter\Html;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7
-
8 6
 use PhpSpec\Event\ExampleEvent;
9 7
 use PhpSpec\Formatter\Template;
10 8
 use PhpSpec\Formatter\Presenter\PresenterInterface as Presenter;
Please login to merge, or discard this patch.