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

Fixed documentation param mismatch.

This commit is contained in:
Max 2014-08-29 15:37:45 +12:00
parent 3d0dafa7f9
commit eea972e306

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