Completed
Push — master ( b7d262...3c2b8e )
by Дмитрий
05:26
created
src/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Create a configuration from array.
30 30
      *
31 31
      * @param array $configuration
32
-     * @param array $analyzersConfiguration
32
+     * @param \Symfony\Component\Config\Definition\Builder\NodeDefinition[] $analyzersConfiguration
33 33
      */
34 34
     public function __construct(array $configuration = [], array $analyzersConfiguration = [], $path = "")
35 35
     {
Please login to merge, or discard this patch.