We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e62e1e commit bcc1e03Copy full SHA for bcc1e03
src/CLI/TargetPhpVersion.php
@@ -24,7 +24,7 @@ private function __construct(string $version)
24
{
25
$versionNumbers = explode('.', $version);
26
if (3 <= \count($versionNumbers)) {
27
- $version = $versionNumbers[0] . '.' . $versionNumbers[1];
+ $version = $versionNumbers[0].'.'.$versionNumbers[1];
28
}
29
30
if (!\in_array($version, self::VALID_PHP_VERSIONS)) {
0 commit comments