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:
@@ -3,8 +3,8 @@
|
||||
require_once './cli/Valet/Drivers/ValetDriver.php';
|
||||
|
||||
foreach (scandir('./cli/Valet/Drivers') as $file) {
|
||||
$path = './cli/Valet/Drivers/' . $file;
|
||||
if (substr($file, 0, 1) !== '.' && !is_dir($path)) {
|
||||
$path = './cli/Valet/Drivers/'.$file;
|
||||
if (substr($file, 0, 1) !== '.' && ! is_dir($path)) {
|
||||
require_once $path;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user