@@ -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 | { |
@@ -113,7 +113,7 @@ |
||
113 | 113 | } |
114 | 114 | |
115 | 115 | /** |
116 | - * @param string $analyzer |
|
116 | + * @param string $analyzerName |
|
117 | 117 | * @return EventManager |
118 | 118 | * @throws \Webiny\Component\EventManager\EventManagerException |
119 | 119 | */ |
@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
35 | - * @param $scalar |
|
35 | + * @param Node\Scalar $scalar |
|
36 | 36 | * @return CompiledExpression |
37 | 37 | */ |
38 | 38 | public function compile($scalar) |
@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @param $actual |
|
40 | + * @param CompiledExpression|null $actual |
|
41 | 41 | * @param string $message |
42 | 42 | */ |
43 | 43 | protected function assertInstanceOfCompiledExpression($actual, $message = '') |