Failed Conditions
Pull Request — master (#19)
by Chad
02:43
created
src/Image.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -6,6 +6,8 @@
 block discarded – undo
6 6
 {
7 7
     /**
8 8
      * Calls @see resizeMulti() with $boxWidth and $boxHeight as a single element in $boxSizes
9
+     * @param integer $boxWidth
10
+     * @param integer $boxHeight
9 11
      */
10 12
     public static function resize(\Imagick $source, $boxWidth, $boxHeight, array $options = [])
11 13
     {
Please login to merge, or discard this patch.