Completed
Pull Request — master (#105)
by Márk
08:32
created
DependencyInjection/Configuration.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
     /**
297 297
      * Validate that the configuration fragment has the specified keys and none other.
298 298
      *
299
-     * @param array  $expected Fields that must exist
299
+     * @param string[]  $expected Fields that must exist
300 300
      * @param array  $actual   Actual configuration hashmap
301 301
      * @param string $authName Name of authentication method for error messages
302 302
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Http\HttplugBundle\DependencyInjection;
4 4
 
5
-use Symfony\Component\Config\Definition\ArrayNode;
6 5
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
7 6
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
8 7
 use Symfony\Component\Config\Definition\ConfigurationInterface;
Please login to merge, or discard this patch.