From 20c4232454e0c933da87bf9fc9a2e58772b96dfe Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Wed, 17 Dec 2014 21:53:32 +0400 Subject: [PATCH] [CHANGED] "Sample_Header.php" (added @return annotations where missed). --- samples/Sample_Header.php | 4 ++++ 1 file changed, 4 insertions(+) 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) {