diff --git a/system/Images/Image.php b/system/Images/Image.php index 55754e339535..0634405c6ec0 100644 --- a/system/Images/Image.php +++ b/system/Images/Image.php @@ -26,14 +26,14 @@ class Image extends File /** * The original image width in pixels. * - * @var float|int + * @var int */ public $origWidth; /** * The original image height in pixels. * - * @var float|int + * @var int */ public $origHeight;