1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-06 22:00:38 +01:00

Merge pull request #218 from Max-Github/master

Fixed documentation param mismatch.
This commit is contained in:
Oliver Vogel 2014-08-31 00:07:39 +02:00
commit 994128d98a

View File

@ -168,7 +168,7 @@ class Size
/**
* Scale size according to given constraints
*
* @param integer $width
* @param integer $height
* @param Closure $callback
* @return Size
*/