Skip to content

Commit 20c4232

Browse files
author
Roman Syroeshko
committed
[CHANGED] "Sample_Header.php" (added @return annotations where missed).
1 parent 42c0b70 commit 20c4232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/Sample_Header.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
* @param \PhpOffice\PhpWord\PhpWord $phpWord
5656
* @param string $filename
5757
* @param array $writers
58+
*
59+
* @return string
5860
*/
5961
function write($phpWord, $filename, $writers)
6062
{
@@ -81,6 +83,8 @@ function write($phpWord, $filename, $writers)
8183
* Get ending notes
8284
*
8385
* @param array $writers
86+
*
87+
* @return string
8488
*/
8589
function getEndingNotes($writers)
8690
{

0 commit comments

Comments
 (0)