@@ -231,7 +231,7 @@ discard block |
||
| 231 | 231 | * |
| 232 | 232 | * FALSE is returned if the hash is the same. |
| 233 | 233 | * |
| 234 | - * @param $availableVersions |
|
| 234 | + * @param string $availableVersions |
|
| 235 | 235 | * @return bool|string |
| 236 | 236 | */ |
| 237 | 237 | protected function hasUpdateOnDevMaster($availableVersions) |
@@ -336,8 +336,8 @@ discard block |
||
| 336 | 336 | /** |
| 337 | 337 | * Check if a stability meets a given minimum requirement |
| 338 | 338 | * |
| 339 | - * @param $currentStability |
|
| 340 | - * @param $possibleStability |
|
| 339 | + * @param string $currentStability |
|
| 340 | + * @param string $possibleStability |
|
| 341 | 341 | * @return bool |
| 342 | 342 | */ |
| 343 | 343 | protected function isStableEnough($currentStability, $possibleStability) |