Skip to content

Commit d907fff

Browse files
jnlinProgi1984
andauthored
fix: specify the return value type
Co-authored-by: Progi1984 <progi1984@gmail.com>
1 parent e146176 commit d907fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/PhpWord.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function setDefaultFontName($fontName): void
261261
*
262262
* @return string
263263
*/
264-
public function getDefaultAsianFontName()
264+
public function getDefaultAsianFontName(): string
265265
{
266266
return Settings::getDefaultAsianFontName();
267267
}

0 commit comments

Comments
 (0)