From: Vincent Vanwaelscappel Date: Tue, 22 Aug 2023 17:59:35 +0000 (+0200) Subject: wait #6207 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6b960db732cab2fe74826d8efca6b72435366cf0;p=fluidbook_tools.git wait #6207 --- diff --git a/src/Compiler/Compiler.php b/src/Compiler/Compiler.php index 5329da0..d83f540 100644 --- a/src/Compiler/Compiler.php +++ b/src/Compiler/Compiler.php @@ -187,7 +187,8 @@ class Compiler implements ShouldQueue, ShouldBeUnique, CompilerInterface { } } - public function getPagePDFSource($page) { + public function getPagePDFSource($page): string + { return $this->getProcessFile('back300', $page)->getSplittedPDFPage(); }