1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 12:11:26 +02: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
*/