1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Clean up coding style

This commit is contained in:
Michael Lehmkuhl
2022-04-03 18:47:37 -05:00
parent 30af32d856
commit bc68b6a4b7

View File

@@ -374,6 +374,7 @@ public function getPhpVersion($url)
if (empty($phpVersion)) { if (empty($phpVersion)) {
$phpVersion = PhpFpm::normalizePhpVersion($defaultPhpVersion); $phpVersion = PhpFpm::normalizePhpVersion($defaultPhpVersion);
} }
return $phpVersion; return $phpVersion;
} }