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

Merge pull request #1089 from rjp-thijs/patch-1

Fix incorrect docblock in AbstractFont (Strinf -> String)
This commit is contained in:
Oliver Vogel
2021-07-05 16:22:47 +02:00
committed by GitHub

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)
{