diff --git a/samples/Sample_Header.php b/samples/Sample_Header.php index 69afd56e..f74067a0 100644 --- a/samples/Sample_Header.php +++ b/samples/Sample_Header.php @@ -55,6 +55,8 @@ if ($handle = opendir('.')) { * @param \PhpOffice\PhpWord\PhpWord $phpWord * @param string $filename * @param array $writers + * + * @return string */ function write($phpWord, $filename, $writers) { @@ -81,6 +83,8 @@ function write($phpWord, $filename, $writers) * Get ending notes * * @param array $writers + * + * @return string */ function getEndingNotes($writers) {