From eea972e306055e9bfe2007bbe1cdbea0318b76e7 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 29 Aug 2014 15:37:45 +1200 Subject: [PATCH] Fixed documentation param mismatch. --- src/Intervention/Image/Size.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Intervention/Image/Size.php b/src/Intervention/Image/Size.php index b2da46a3..da81e724 100644 --- a/src/Intervention/Image/Size.php +++ b/src/Intervention/Image/Size.php @@ -168,7 +168,7 @@ class Size /** * Scale size according to given constraints * - * @param integer $width + * @param integer $height * @param Closure $callback * @return Size */