From: Vincent Vanwaelscappel Date: Mon, 22 May 2023 13:30:55 +0000 (+0200) Subject: wip #5936 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=67ba5e732fc3caa72bce6f0315595c4f05a6790c;p=fluidbook_tools.git wip #5936 --- diff --git a/src/Compiler/Links.php b/src/Compiler/Links.php index 1bdba83..1dffa5a 100644 --- a/src/Compiler/Links.php +++ b/src/Compiler/Links.php @@ -365,6 +365,9 @@ trait Links { $this->vdir->copyDirectory($source, $dest); } + /** + * @throws Exception + */ public function simpleCopyLinkFile($source, $dest, $addVdir = true) { if ($addVdir) { $dest = $dest;