1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +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 * Set path to font file
* *
* @param string $align * @param string $file
* @return void * @return void
*/ */
public function file($file) public function file($file)