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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user