Completed
Pull Request — master (#304)
by Enrico
02:53
created
src/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 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
     {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      * Gets a configuration setting.
105 105
      *
106 106
      * @param string $key
107
-     * @param mixed $default
107
+     * @param string $default
108 108
      *
109 109
      * @return mixed
110 110
      */
Please login to merge, or discard this patch.
tests/PHPSA/TestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param object $expr
50
-     * @param Context|null $expr
49
+     * @param Node\Expr $expr
50
+     * @param Node\Expr $expr
51 51
      * @return \PHPSA\CompiledExpression
52 52
      */
53 53
     protected function compileExpression($expr, Context $context = null)
Please login to merge, or discard this patch.