1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 17:41:58 +02: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

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
*/