1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 01:51:43 +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 * Scale size according to given constraints
* *
* @param integer $width * @param integer $height
* @param Closure $callback * @param Closure $callback
* @return Size * @return Size
*/ */