From 153b05bea5aa254bcf33de647d446806b0c3a599 Mon Sep 17 00:00:00 2001 From: rjp-thijs <71867303+rjp-thijs@users.noreply.github.com> Date: Fri, 14 May 2021 16:03:15 +0200 Subject: [PATCH] Fix incorrect docblock in AbstractFont (Strinf -> String) --- src/Intervention/Image/AbstractFont.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Intervention/Image/AbstractFont.php b/src/Intervention/Image/AbstractFont.php index 0b9b9799..516572e3 100644 --- a/src/Intervention/Image/AbstractFont.php +++ b/src/Intervention/Image/AbstractFont.php @@ -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) {