Skip to content

Commit ddf9d7b

Browse files
authored
Fix incorrect @param type (#159)
1 parent de6dc92 commit ddf9d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ImageResize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function imageCreateJpegfromExif($filename)
217217
* Saves new image
218218
*
219219
* @param string $filename
220-
* @param string $image_type
220+
* @param integer $image_type
221221
* @param integer $quality
222222
* @param integer $permissions
223223
* @param boolean $exact_size

0 commit comments

Comments
 (0)