Completed
Push — master ( cc2654...594413 )
by Daniel
02:44
created
src/Gwa/Image/Dimensions.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -9,6 +9,8 @@
 block discarded – undo
9 9
     /**
10 10
      * @param int $maxwidth
11 11
      * @param int $maxheight
12
+     * @param integer $width
13
+     * @param integer $height
12 14
      * @return \stdClass
13 15
      */
14 16
     public function resizeToWithin($width, $height, $maxwidth, $maxheight)
Please login to merge, or discard this patch.