Completed
Pull Request — master (#141)
by Bhanu
37:51 queued 34s
created
phpspec/phpspec/spec/PhpSpec/Process/ReRunner/CompositeReRunnerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpSpec\ObjectBehavior;
6 6
 use PhpSpec\Process\ReRunner;
7 7
 use PhpSpec\Process\ReRunner\PlatformSpecificReRunner;
8
-use Prophecy\Argument;
9 8
 
10 9
 class CompositeReRunnerSpec extends ObjectBehavior
11 10
 {
Please login to merge, or discard this patch.
phpspec/phpspec/spec/PhpSpec/Process/ReRunner/OptionalReRunnerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpSpec\Console\IO;
6 6
 use PhpSpec\ObjectBehavior;
7 7
 use PhpSpec\Process\ReRunner;
8
-use Prophecy\Argument;
9 8
 
10 9
 class OptionalReRunnerSpec extends ObjectBehavior
11 10
 {
Please login to merge, or discard this patch.
phpspec/phpspec/spec/PhpSpec/Process/ReRunner/PassthruRerunnerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use PhpSpec\ObjectBehavior;
17 17
 use PhpSpec\Process\Context\ExecutionContextInterface;
18
-use Prophecy\Argument;
19 18
 use Symfony\Component\Process\PhpExecutableFinder;
20 19
 
21 20
 class PassthruRerunnerSpec extends ObjectBehavior
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Process/ReRunner/PcntlReRunnerSpec.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 PhpSpec\Process\Context\ExecutionContextInterface;
7
-use Prophecy\Argument;
8 7
 use Symfony\Component\Process\PhpExecutableFinder;
9 8
 
10 9
 class PcntlReRunnerSpec extends ObjectBehavior
Please login to merge, or discard this patch.
phpspec/spec/PhpSpec/Process/ReRunner/WindowsPassthruRerunnerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use PhpSpec\ObjectBehavior;
17 17
 use PhpSpec\Process\Context\ExecutionContextInterface;
18
-use Prophecy\Argument;
19 18
 use Symfony\Component\Process\PhpExecutableFinder;
20 19
 
21 20
 class WindowsPassthruRerunnerSpec extends ObjectBehavior
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Process/Shutdown/ShutdownSpec.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 PhpSpec\Process\Shutdown\ShutdownActionInterface;
7
-use Prophecy\Argument;
8 7
 
9 8
 class ShutdownSpec extends ObjectBehavior
10 9
 {
Please login to merge, or discard this patch.
phpspec/phpspec/spec/PhpSpec/Process/Shutdown/UpdateConsoleActionSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpSpec\Formatter\FatalPresenter;
6 6
 use PhpSpec\Message\CurrentExampleTracker;
7 7
 use PhpSpec\ObjectBehavior;
8
-use Prophecy\Argument;
9 8
 
10 9
 class UpdateConsoleActionSpec extends ObjectBehavior
11 10
 {
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Runner/CollaboratorManagerSpec.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\Runner;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7
-
8 6
 use PhpSpec\Formatter\Presenter\PresenterInterface;
9
-
10 7
 use ReflectionFunction;
11 8
 use ReflectionParameter;
12 9
 
Please login to merge, or discard this patch.
vendor/phpspec/phpspec/spec/PhpSpec/Runner/ExampleRunnerSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,16 +5,13 @@
 block discarded – undo
5 5
 use PhpSpec\ObjectBehavior;
6 6
 use PhpSpec\Runner\Maintainer\LetAndLetgoMaintainer;
7 7
 use Prophecy\Argument;
8
-
9 8
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
10
-
11 9
 use PhpSpec\SpecificationInterface;
12 10
 use PhpSpec\Formatter\Presenter\PresenterInterface;
13 11
 use PhpSpec\Runner\Maintainer\MaintainerInterface;
14 12
 use PhpSpec\Loader\Node\SpecificationNode;
15 13
 use PhpSpec\Loader\Node\ExampleNode;
16 14
 use PhpSpec\Event\ExampleEvent;
17
-
18 15
 use ReflectionClass;
19 16
 use ReflectionMethod;
20 17
 
Please login to merge, or discard this patch.