Skip to content

Commit 59cf9c7

Browse files
committed
Apply fixes from StyleCI
1 parent cbeb50b commit 59cf9c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Http/Middleware/CacheTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ public function testDoNotSetHeaderWhenNoContent()
3636

3737
public function testSetHeaderToFileEvenWithNoContent()
3838
{
39-
$response = (new Cache)->handle(new Request, function () {
39+
$response = (new Cache)->handle(new Request, function () {
4040
$filePath = __DIR__.'/../fixtures/test.txt';
41+
4142
return new BinaryFileResponse($filePath);
4243
}, 'max_age=120;s_maxage=60');
4344

0 commit comments

Comments
 (0)