mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 17:10:05 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -73,7 +73,7 @@ public function errorIfOldCustomDrivers(): void
|
|||||||
{
|
{
|
||||||
$driversPath = VALET_HOME_PATH.'/Drivers';
|
$driversPath = VALET_HOME_PATH.'/Drivers';
|
||||||
|
|
||||||
if (!$this->files->isDir($driversPath)) {
|
if (! $this->files->isDir($driversPath)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user