Merge pull request #1341 from Trainmaster/fix-add-missing-param-annotation

Add missing param annotation
This commit is contained in:
troosan 2018-04-13 22:35:25 +02:00 committed by GitHub
commit 9989e4e387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function write($phpWord, $filename, $writers)
* Get ending notes
*
* @param array $writers
*
* @param mixed $filename
* @return string
*/
function getEndingNotes($writers, $filename)