@@ -62,7 +62,7 @@ |
||
62 | 62 | * @param ClassConstantIterator $object object to convert to an Element |
63 | 63 | * @param StrategyContainer $strategies used to convert nested objects. |
64 | 64 | * @param Context $context of the created object |
65 | - * @return Constant |
|
65 | + * @return ConstantElement |
|
66 | 66 | */ |
67 | 67 | protected function doCreate($object, StrategyContainer $strategies, Context $context = null) |
68 | 68 | { |
@@ -163,7 +163,7 @@ |
||
163 | 163 | * @param Doc $docBlock |
164 | 164 | * @param StrategyContainer $strategies |
165 | 165 | * @param Context $context |
166 | - * @param $nodes |
|
166 | + * @param Node[] $nodes |
|
167 | 167 | * @return null|\phpDocumentor\Reflection\Element |
168 | 168 | */ |
169 | 169 | protected function createDocBlock(Doc $docBlock = null, StrategyContainer $strategies, Context $context = null, $nodes) |