1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 00:29:55 +02:00

Merge pull request #520 from usernam3/patch-1

phpdoc wrong parameter name
This commit is contained in:
Oliver Vogel
2016-02-26 19:10:51 +01:00

View File

@@ -202,7 +202,7 @@ abstract class AbstractFont
/**
* Set path to font file
*
* @param string $align
* @param string $file
* @return void
*/
public function file($file)