@@ -346,12 +346,12 @@ |
||
346 | 346 | } |
347 | 347 | |
348 | 348 | /** |
349 | - * Filter a list of versions to those that allow the current PHP version. |
|
350 | - * |
|
351 | - * @param string[] $versions |
|
352 | - * |
|
353 | - * @return string[] |
|
354 | - */ |
|
349 | + * Filter a list of versions to those that allow the current PHP version. |
|
350 | + * |
|
351 | + * @param string[] $versions |
|
352 | + * |
|
353 | + * @return string[] |
|
354 | + */ |
|
355 | 355 | private function filterByPhpVersion(array $versions) |
356 | 356 | { |
357 | 357 | $versionInfo = $this->getAvailableVersions(); |