1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 02:12:37 +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 * 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) public function __construct($text = null)
{ {