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