@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | * |
| 214 | 214 | * FALSE is returned if the hash is the same. |
| 215 | 215 | * |
| 216 | - * @param $availableVersions |
|
| 216 | + * @param string[] $availableVersions |
|
| 217 | 217 | * @return bool|string |
| 218 | 218 | */ |
| 219 | 219 | protected function hasUpdateOnDevMaster($availableVersions) |
@@ -318,8 +318,8 @@ discard block |
||
| 318 | 318 | /** |
| 319 | 319 | * Check if a stability meets a given minimum requirement |
| 320 | 320 | * |
| 321 | - * @param $currentStability |
|
| 322 | - * @param $possibleStability |
|
| 321 | + * @param string $currentStability |
|
| 322 | + * @param string $possibleStability |
|
| 323 | 323 | * @return bool |
| 324 | 324 | */ |
| 325 | 325 | protected function isStableEnough($currentStability, $possibleStability) |