Completed
Pull Request — master (#44)
by Tobias
77:38 queued 59:54
created
DependencyInjection/HttplugExtension.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,7 +171,6 @@  discard block
 block discarded – undo
171 171
 
172 172
     /**
173 173
      * @param ContainerBuilder $container
174
-     * @param Definition       $parent
175 174
      * @param array            $config
176 175
      */
177 176
     private function configureAuthentication(ContainerBuilder $container, array $config)
@@ -207,7 +206,7 @@  discard block
 block discarded – undo
207 206
      * @param array  $config
208 207
      * @param string $authType
209 208
      * @param string $type
210
-     * @param array  $names
209
+     * @param string[]  $names
211 210
      */
212 211
     private function validateAuthenticationConfiguration(array $config, $type, $authType, array $names)
213 212
     {
Please login to merge, or discard this patch.