@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | * Since an object might contain other objects that need to be converted the $factory is passed so it can be |
85 | 85 | * used to create nested Elements. |
86 | 86 | * |
87 | - * @param FileSystemFile $object path to the file to convert to an File object. |
|
87 | + * @param FileSystemFile\LocalFile $object path to the file to convert to an File object. |
|
88 | 88 | * @param StrategyContainer $strategies used to convert nested objects. |
89 | 89 | * @param Context $context |
90 | 90 | * @return File |
@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | /** |
172 | 172 | * @param StrategyContainer $strategies |
173 | 173 | * @param $code |
174 | - * @param $nodes |
|
174 | + * @param Node[] $nodes |
|
175 | 175 | * @return null|\phpDocumentor\Reflection\Element |
176 | 176 | * @internal param Context $context |
177 | 177 | */ |