1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 18:02:45 +02:00

Fix incorrect docblock in AbstractFont (Strinf -> String)

This commit is contained in:
rjp-thijs
2021-05-14 16:03:15 +02:00
committed by GitHub
parent 032263954c
commit 153b05bea5

View File

@@ -73,7 +73,7 @@ abstract class AbstractFont
/**
* Create a new instance of Font
*
* @param Strinf $text Text to be written
* @param String $text Text to be written
*/
public function __construct($text = null)
{