[CHANGED] "Sample_Header.php" (added @return annotations where missed).
This commit is contained in:
parent
42c0b70a60
commit
20c4232454
|
|
@ -55,6 +55,8 @@ if ($handle = opendir('.')) {
|
||||||
* @param \PhpOffice\PhpWord\PhpWord $phpWord
|
* @param \PhpOffice\PhpWord\PhpWord $phpWord
|
||||||
* @param string $filename
|
* @param string $filename
|
||||||
* @param array $writers
|
* @param array $writers
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
*/
|
*/
|
||||||
function write($phpWord, $filename, $writers)
|
function write($phpWord, $filename, $writers)
|
||||||
{
|
{
|
||||||
|
|
@ -81,6 +83,8 @@ function write($phpWord, $filename, $writers)
|
||||||
* Get ending notes
|
* Get ending notes
|
||||||
*
|
*
|
||||||
* @param array $writers
|
* @param array $writers
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
*/
|
*/
|
||||||
function getEndingNotes($writers)
|
function getEndingNotes($writers)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue