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