| @@ -71,7 +71,7 @@ discard block | ||
| 71 | 71 | |
| 72 | 72 | /** | 
| 73 | 73 | * Resolve width. | 
| 74 | - * @return string The resolved width. | |
| 74 | + * @return null|double The resolved width. | |
| 75 | 75 | */ | 
| 76 | 76 | public function getWidth() | 
| 77 | 77 |      { | 
| @@ -88,7 +88,7 @@ discard block | ||
| 88 | 88 | |
| 89 | 89 | /** | 
| 90 | 90 | * Resolve height. | 
| 91 | - * @return string The resolved height. | |
| 91 | + * @return null|double The resolved height. | |
| 92 | 92 | */ | 
| 93 | 93 | public function getHeight() | 
| 94 | 94 |      { | 
| @@ -122,7 +122,7 @@ discard block | ||
| 122 | 122 | |
| 123 | 123 | /** | 
| 124 | 124 | * Resolve crop. | 
| 125 | - * @return string|array The resolved crop. | |
| 125 | + * @return integer[] The resolved crop. | |
| 126 | 126 | */ | 
| 127 | 127 | public function getCrop() | 
| 128 | 128 |      { |