@@ -37,7 +37,7 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @param $actual |
|
| 40 | + * @param CompiledExpression $actual |
|
| 41 | 41 | * @param string $message |
| 42 | 42 | */ |
| 43 | 43 | protected function assertInstanceOfCompiledExpression($actual, $message = '') |
@@ -45,8 +45,8 @@ |
||
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * @param string $name |
| 48 | - * @param null $description |
|
| 49 | - * @param NodeDefinition|null $config |
|
| 48 | + * @param string|null $description |
|
| 49 | + * @param NodeDefinition $config |
|
| 50 | 50 | */ |
| 51 | 51 | private function __construct($name, NodeDefinition $config, $description = null) |
| 52 | 52 | { |