mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Drop space before colon in magic isolation string
This commit is contained in:
@@ -1104,6 +1104,6 @@ public function replaceSockFile($siteConf, $phpVersion)
|
||||
$siteConf = preg_replace('/valet[0-9]*.sock/', $sockFile, $siteConf);
|
||||
$siteConf = preg_replace('/# Valet isolated PHP version.*\n/', '', $siteConf); // Remove `Valet isolated PHP version` line from config
|
||||
|
||||
return '# Valet isolated PHP version : '.$phpVersion.PHP_EOL.$siteConf;
|
||||
return '# Valet isolated PHP version: '.$phpVersion.PHP_EOL.$siteConf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user