Completed
Pull Request — master (#44)
by Tobias
31:57
created
DependencyInjection/HttplugExtension.php 1 patch
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.