diff --git a/src/Node/Factory/NodeFactoryInterface.php b/src/Node/Factory/NodeFactoryInterface.php index 9ab3a05..6f250e7 100644 --- a/src/Node/Factory/NodeFactoryInterface.php +++ b/src/Node/Factory/NodeFactoryInterface.php @@ -35,7 +35,7 @@ public function buildDirectoryLink(NodeContainerInterface $target); public function buildFile($content = ''); /** - * @param FileInterface $file + * @param FileInterface $target * @return LinkInterface */ public function buildFileLink(FileInterface $target);