@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | * |
| 196 | 196 | * @since 0.1.0 |
| 197 | 197 | * |
| 198 | - * @return int The patch version that is used. '' if not defined. |
|
| 198 | + * @return string The patch version that is used. '' if not defined. |
|
| 199 | 199 | */ |
| 200 | 200 | public function getPreRelease() |
| 201 | 201 | { |
@@ -207,7 +207,7 @@ discard block |
||
| 207 | 207 | * |
| 208 | 208 | * @since 0.1.0 |
| 209 | 209 | * |
| 210 | - * @return int The build metadata for the version that is used. '' if not |
|
| 210 | + * @return string The build metadata for the version that is used. '' if not |
|
| 211 | 211 | * defined. |
| 212 | 212 | */ |
| 213 | 213 | public function getBuild() |