1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Fix code styling

This commit is contained in:
driesvints
2023-07-21 03:30:59 +00:00
committed by github-actions[bot]
parent b5103d15bb
commit c1ef300469
9 changed files with 26 additions and 26 deletions

View File

@@ -448,7 +448,7 @@ public function test_isolate_will_throw_if_site_is_not_parked_or_linked()
class StubForUpdatingFpmConfigFiles extends PhpFpm
{
public function fpmConfigPath(?string $phpVersion = null): string
public function fpmConfigPath(string $phpVersion = null): string
{
return __DIR__.'/output/fpm.conf';
}