1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Fix code styling

This commit is contained in:
mattstauffer
2023-12-21 03:25:35 +00:00
committed by github-actions[bot]
parent 4e672ba05b
commit e75f238b22
11 changed files with 32 additions and 32 deletions

View File

@@ -449,7 +449,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';
}