From 8963435739ff212c875fed16aa85fedf8262ccd4 Mon Sep 17 00:00:00 2001 From: usernam3 Date: Fri, 26 Feb 2016 02:52:30 +0200 Subject: [PATCH] phpdoc wrong parameter name --- 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 9e3cca92..5aeb1f76 100644 --- a/src/Intervention/Image/AbstractFont.php +++ b/src/Intervention/Image/AbstractFont.php @@ -202,7 +202,7 @@ abstract class AbstractFont /** * Set path to font file * - * @param string $align + * @param string $file * @return void */ public function file($file)