mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
42ba0b20ad
commit
2c3e2f3da1
@@ -10,9 +10,7 @@ class Status
|
||||
|
||||
public $debugInstructions = [];
|
||||
|
||||
public function __construct(public Configuration $config, public Brew $brew, public CommandLine $cli, public Filesystem $files)
|
||||
{
|
||||
}
|
||||
public function __construct(public Configuration $config, public Brew $brew, public CommandLine $cli, public Filesystem $files) {}
|
||||
|
||||
/**
|
||||
* Check the status of the entire Valet ecosystem and return a status boolean
|
||||
|
||||
Reference in New Issue
Block a user