@@ -30,7 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | |
32 | 32 | /** |
33 | - * @param array $items |
|
33 | + * @param ChildNodeInterface[] $items |
|
34 | 34 | */ |
35 | 35 | protected function initializeCollection(array $items) |
36 | 36 | { |
@@ -240,7 +240,7 @@ |
||
240 | 240 | * |
241 | 241 | * @param array $tree |
242 | 242 | * @param string $parent node name or null for inserting into root node |
243 | - * @param $node |
|
243 | + * @param string $node |
|
244 | 244 | * |
245 | 245 | * @throws \Exception |
246 | 246 | * |