Completed
Push — 7.x-1.x ( 64022a...8b8e48 )
by Fabian
05:21
created
src/ServiceContainer/ServiceProvider/ServiceContainerServiceProvider.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -238,8 +238,6 @@
 block discarded – undo
238 238
    *
239 239
    * @param array $container_definition
240 240
    *   The container definition to process.
241
-   * @param array $definition
242
-   *   The parameter definition.
243 241
    */
244 242
   public function registerAnnotatedPluginTypes(&$container_definition, $parameter_definitions) {
245 243
     foreach($parameter_definitions as $definition) {
Please login to merge, or discard this patch.
Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.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/services1.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/services10.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.