mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
StyleCI Patch
This commit is contained in:
@@ -188,7 +188,7 @@ public function maybeStop($phpVersion)
|
||||
{
|
||||
$phpVersion = $this->normalizePhpVersion($phpVersion);
|
||||
|
||||
if(! in_array($phpVersion, $this->utilizedPhpVersions())) {
|
||||
if (! in_array($phpVersion, $this->utilizedPhpVersions())) {
|
||||
$this->brew->stopService($phpVersion);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user