mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
42ba0b20ad
commit
2c3e2f3da1
@@ -12,9 +12,7 @@ class PhpFpm
|
||||
'shivammathur/php',
|
||||
];
|
||||
|
||||
public function __construct(public Brew $brew, public CommandLine $cli, public Filesystem $files, public Configuration $config, public Site $site, public Nginx $nginx)
|
||||
{
|
||||
}
|
||||
public function __construct(public Brew $brew, public CommandLine $cli, public Filesystem $files, public Configuration $config, public Site $site, public Nginx $nginx) {}
|
||||
|
||||
/**
|
||||
* Install and configure PhpFpm.
|
||||
|
||||
Reference in New Issue
Block a user