Completed
Pull Request — master (#16)
by Aubry
07:04
created
DataCollector/RequestDataCollector.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 Rezzza\SecurityBundle\DataCollector;
4 4
 
5 5
 use Doctrine\Common\Annotations\Reader as AnnotationReader;
6
-use Doctrine\Common\Util\ClassUtils;
7 6
 use Symfony\Component\HttpFoundation\Request;
8 7
 use Symfony\Component\HttpFoundation\Response;
9 8
 use Symfony\Component\HttpKernel\DataCollector\RequestDataCollector as BaseRequestDataCollector;
Please login to merge, or discard this patch.
Tests/Units/Security/Firewall/ReplayProtection.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 Rezzza\SecurityBundle\Tests\Units\Security\Firewall;
4 4
 
5 5
 use mageekguy\atoum;
6
-
7 6
 use Rezzza\SecurityBundle\Security\Firewall\ReplayProtection as SUT;
8 7
 
9 8
 class ReplayProtection extends atoum\test
Please login to merge, or discard this patch.
Tests/Units/Security/Firewall/SignedRequest.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 Rezzza\SecurityBundle\Tests\Units\Security\Firewall;
4 4
 
5 5
 use mageekguy\atoum;
6
-
7 6
 use Rezzza\SecurityBundle\Security\Firewall\SignedRequest as SUT;
8 7
 
9 8
 class SignedRequest extends atoum\test
Please login to merge, or discard this patch.
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 use Behat\Behat\Context\Context;
4 4
 use Behat\Behat\Context\SnippetAcceptingContext;
5
-use Behat\Gherkin\Node\PyStringNode;
6
-use Behat\Gherkin\Node\TableNode;
7 5
 use Behat\MinkExtension\Context\RawMinkContext;
8
-
9 6
 use Rezzza\SecurityBundle\Security\Firewall\SignatureConfig;
10 7
 use Rezzza\SecurityBundle\Security\Firewall\SignedRequest;
11 8
 
Please login to merge, or discard this patch.