Completed
Push — 7.x-1.x ( dff1e0...77c4eb )
by Pol
04:34
created
lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace Drupal\Core\KeyValueStore;
9 9
 
10 10
 use Drupal\Component\Serialization\SerializationInterface;
11
-use Drupal\Core\DestructableInterface;
12 11
 use Drupal\Core\Database\Connection;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
Drupal/service_container/Tests/KeyValue/DatabaseStorageExpirableTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,7 @@
 block discarded – undo
7 7
 
8 8
 namespace Drupal\service_container\Tests\KeyValue;
9 9
 
10
-use Drupal\Core\DependencyInjection\ContainerBuilder;
11 10
 use Drupal\Core\KeyValueStore\KeyValueExpirableFactory;
12
-use Drupal\Core\KeyValueStore\KeyValueFactory;
13 11
 
14 12
 /**
15 13
  * Tests the key-value database storage.
Please login to merge, or discard this patch.
Tests/ServiceContainerAnnotationDiscoveryIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Drupal\Component\Plugin\PluginBase;
11 11
 use Drupal\service_container\Messenger\MessengerInterface;
12 12
 use Drupal\service_container\Tests\ServiceContainerIntegrationTestBase;
13
-use Mockery\CountValidator\Exception;
14 13
 use Symfony\Component\Yaml\Exception\RuntimeException;
15 14
 
16 15
 class ServiceContainerAnnotationDiscoveryIntegrationTest extends ServiceContainerIntegrationTestBase {
Please login to merge, or discard this patch.
DependencyInjection/Tests/Fixtures/containers/legacy-container9.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 Symfony\Component\DependencyInjection\ContainerBuilder;
6 6
 use Symfony\Component\DependencyInjection\Reference;
7
-use Symfony\Component\ExpressionLanguage\Expression;
8 7
 
9 8
 $container = new ContainerBuilder();
10 9
 $container->
Please login to merge, or discard this patch.
lib/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,11 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\ContainerInterface;
4 3
 use Symfony\Component\DependencyInjection\Container;
5
-use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
6 4
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7 5
 use Symfony\Component\DependencyInjection\Exception\LogicException;
8
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9 6
 use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
10 7
 
11 8
 /**
Please login to merge, or discard this patch.
lib/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -1,12 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\ContainerInterface;
4 3
 use Symfony\Component\DependencyInjection\Container;
5
-use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
6
-use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7
-use Symfony\Component\DependencyInjection\Exception\LogicException;
8
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9
-use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
10 4
 
11 5
 /**
12 6
  * ProjectServiceContainer.
Please login to merge, or discard this patch.
lib/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services20.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Symfony\Component\DependencyInjection\ContainerInterface;
4 4
 use Symfony\Component\DependencyInjection\Container;
5
-use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
6
-use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7
-use Symfony\Component\DependencyInjection\Exception\LogicException;
8
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9
-use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
10 5
 
11 6
 /**
12 7
  * ProjectServiceContainer.
Please login to merge, or discard this patch.
lib/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -1,11 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\ContainerInterface;
4 3
 use Symfony\Component\DependencyInjection\Container;
5
-use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
6
-use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7
-use Symfony\Component\DependencyInjection\Exception\LogicException;
8
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9 4
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
10 5
 
11 6
 /**
Please login to merge, or discard this patch.
lib/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Symfony\Component\DependencyInjection\ContainerInterface;
4 4
 use Symfony\Component\DependencyInjection\Container;
5
-use Symfony\Component\DependencyInjection\Exception\InactiveScopeException;
6
-use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7
-use Symfony\Component\DependencyInjection\Exception\LogicException;
8 5
 use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9 6
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
10 7
 
Please login to merge, or discard this patch.