Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions system/Images/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading