From 67ba5e732fc3caa72bce6f0315595c4f05a6790c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 May 2023 15:30:55 +0200 Subject: [PATCH] wip #5936 --- src/Compiler/Links.php | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5