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

Fix code styling

This commit is contained in:
mattstauffer
2023-12-21 03:45:03 +00:00
committed by github-actions[bot]
parent 81a2b3bd52
commit 9d3d2ee785
3 changed files with 5 additions and 5 deletions

View File

@@ -439,8 +439,8 @@ public function test_secured_command()
$site->shouldReceive('securedWithDates')->andReturn([
[
'site' => 'tighten.test',
'exp' => new DateTime('Aug 2 13:16:40 2024 GMT')
]
'exp' => new DateTime('Aug 2 13:16:40 2024 GMT'),
],
]);
swap(RealSite::class, $site);