@@ -24,7 +24,7 @@ discard block |
||
| 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 |
||
| 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 | */ |
@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | protected $context; |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * @param $statement |
|
| 42 | + * @param Function_ $statement |
|
| 43 | 43 | */ |
| 44 | 44 | public function __construct($statement, Context $context) |
| 45 | 45 | { |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | |
| 136 | 136 | /** |
| 137 | 137 | * @param \PhpParser\Node\Expr $expr |
| 138 | - * @return Node\AbstractNode |
|
| 138 | + * @return Node\AbstractNode|null |
|
| 139 | 139 | */ |
| 140 | 140 | protected function passExpr(\PhpParser\Node\Expr $expr) |
| 141 | 141 | { |