Completed
Pull Request — develop (#89)
by Jaap
02:42
created
src/phpDocumentor/Reflection/Php/Factory/File.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.