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

StyleCI Patch

This commit is contained in:
NasirNobin
2022-02-15 05:05:21 +06:00
parent 8de8d9bb26
commit 794e366ba5
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}