parent
3b0c686630
commit
04b5bf593d
|
@ -23,7 +23,7 @@ interface ITextElement
|
|||
/**
|
||||
* Get font.
|
||||
*
|
||||
* @return \PhpOffice\PhpSpreadsheet\Style\Font
|
||||
* @return null|\PhpOffice\PhpSpreadsheet\Style\Font
|
||||
*/
|
||||
public function getFont();
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ class Run extends TextElement implements ITextElement
|
|||
/**
|
||||
* Get font.
|
||||
*
|
||||
* @return Font
|
||||
* @return null|\PhpOffice\PhpSpreadsheet\Style\Font
|
||||
*/
|
||||
public function getFont()
|
||||
{
|
||||
|
|
|
@ -49,7 +49,7 @@ class TextElement implements ITextElement
|
|||
/**
|
||||
* Get font.
|
||||
*
|
||||
* @return \PhpOffice\PhpSpreadsheet\Style\Font
|
||||
* @return null|\PhpOffice\PhpSpreadsheet\Style\Font
|
||||
*/
|
||||
public function getFont()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue