@@ -74,7 +74,7 @@ |
||
| 74 | 74 | * @see http://www.php.net/manual/en/function.image-type-to-mime-type.php |
| 75 | 75 | * @param string $imagePath |
| 76 | 76 | * @param bool $getExtension |
| 77 | - * @return bool|int|string |
|
| 77 | + * @return integer |
|
| 78 | 78 | */ |
| 79 | 79 | public function GetImageMimeType($imagePath, $getExtension = false) |
| 80 | 80 | { |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * @param resource $imageResource |
| 19 | 19 | * @return resource |
| 20 | - */ |
|
| 20 | + */ |
|
| 21 | 21 | public function Execute($imageResource) |
| 22 | 22 | { |
| 23 | 23 | // Define the origial width and height |