Completed
Pull Request — master (#44)
by Tobias
31:57
created
DependencyInjection/HttplugExtension.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,7 +172,6 @@  discard block
 block discarded – undo
172 172
 
173 173
     /**
174 174
      * @param ContainerBuilder $container
175
-     * @param Definition $parent
176 175
      * @param array $config
177 176
      */
178 177
     private function configureAuthentication(ContainerBuilder $container, array $config)
@@ -208,7 +207,7 @@  discard block
 block discarded – undo
208 207
      * @param array $config
209 208
      * @param string $authType
210 209
      * @param string $type
211
-     * @param array $names
210
+     * @param string[] $names
212 211
      */
213 212
     private function validateAuthenticationConfiguration(array $config, $type, $authType, array $names)
214 213
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Symfony\Component\Config\FileLocator;
12 12
 use Symfony\Component\DependencyInjection\ContainerBuilder;
13 13
 use Symfony\Component\DependencyInjection\Definition;
14
-use Symfony\Component\DependencyInjection\DefinitionDecorator;
15 14
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
16 15
 use Symfony\Component\DependencyInjection\Reference;
17 16
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
Please login to merge, or discard this patch.