[CHANGED] "Sample_Header.php" (added @return annotations where missed).

This commit is contained in:
Roman Syroeshko 2014-12-17 21:53:32 +04:00
parent 42c0b70a60
commit 20c4232454
1 changed files with 4 additions and 0 deletions

View File

@ -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)
{