Completed
Pull Request — master (#287)
by algo13
02:34
created
src/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * Create a configuration from array.
25 25
      *
26 26
      * @param array $configuration
27
-     * @param array $analyzersConfiguration
27
+     * @param \Symfony\Component\Config\Definition\Builder\NodeDefinition[] $analyzersConfiguration
28 28
      */
29 29
     public function __construct(array $configuration = [], array $analyzersConfiguration = [])
30 30
     {
Please login to merge, or discard this patch.