Completed
Push — composer-installed ( 5832b4 )
by Ilia
08:49
created
vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Example.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock\Tags;
14 14
 
15
-use phpDocumentor\Reflection\DocBlock\Tag;
16
-
17 15
 /**
18 16
  * Reflection class for a {@}example tag in a Docblock.
19 17
  */
Please login to merge, or discard this patch.
vendor/phpdocumentor/type-resolver/examples/Classy.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 My\Example;
4 4
 
5
-use Mockery as m;
6 5
 use phpDocumentor\Reflection\Types;
7 6
 
8 7
 class Classy
Please login to merge, or discard this patch.
vendor/phpspec/prophecy/spec/Prophecy/Comparator/ProphecyComparatorSpec.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\Comparator;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Prophecy\Prophet;
8 7
 
9 8
 class ProphecyComparatorSpec extends ObjectBehavior
Please login to merge, or discard this patch.
vendor/knplabs/gaufrette/spec/Gaufrette/Adapter/AwsS3Spec.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\Gaufrette\Adapter;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class AwsS3Spec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
vendor/knplabs/gaufrette/spec/Gaufrette/Adapter/LazyOpenCloudSpec.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 OpenCloud\ObjectStore\Exception\ObjectNotFoundException;
6 6
 use PhpSpec\ObjectBehavior;
7
-use Prophecy\Argument;
8 7
 
9 8
 /**
10 9
  * LazyOpenCloudSpec
Please login to merge, or discard this patch.
vendor/knplabs/gaufrette/spec/Gaufrette/Adapter/OpenCloudSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use OpenCloud\Common\Exceptions\DeleteError;
8 8
 use OpenCloud\ObjectStore\Exception\ObjectNotFoundException;
9 9
 use PhpSpec\ObjectBehavior;
10
-use Prophecy\Argument;
11 10
 
12 11
 /**
13 12
  * OpenCloudSpec
Please login to merge, or discard this patch.
vendor/knplabs/gaufrette/src/Gaufrette/Adapter/AzureBlobStorage.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 Gaufrette\Adapter;
6 6
 use Gaufrette\Util;
7 7
 use Gaufrette\Adapter\AzureBlobStorage\BlobProxyFactoryInterface;
8
-
9 8
 use WindowsAzure\Blob\Models\CreateBlobOptions;
10 9
 use WindowsAzure\Blob\Models\CreateContainerOptions;
11 10
 use WindowsAzure\Blob\Models\DeleteContainerOptions;
Please login to merge, or discard this patch.
vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Cache.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 Gaufrette\Adapter;
4 4
 
5
-use Gaufrette\File;
6 5
 use Gaufrette\Adapter;
7 6
 use Gaufrette\Adapter\InMemory as InMemoryAdapter;
8 7
 
Please login to merge, or discard this patch.
vendor/knplabs/gaufrette/src/Gaufrette/Adapter/DoctrineDbal.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 Gaufrette\Adapter;
6 6
 use Gaufrette\Util;
7
-
8 7
 use Doctrine\DBAL\Connection;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.