Skip to content

Commit 9de1e12

Browse files
committed
does actually return floats too
1 parent a9aeca3 commit 9de1e12

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
@@ -645,7 +645,7 @@ public function getDestHeight()
645645
*
646646
* @param integer $expectedSize
647647
* @param integer $position
648-
* @return integer
648+
* @return float|integer
649649
*/
650650
protected function getCropPosition($expectedSize, $position = self::CROPCENTER)
651651
{

0 commit comments

Comments
 (0)