Skip to content

Commit eefd820

Browse files
committed
Codestyle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 32193f1 commit eefd820

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/lib/AppFramework/Http/DownloadResponseTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public function testFilenameEncoding(string $input, string $expected) {
5252
$this->assertEquals('attachment; filename="'.$expected.'"', $headers['Content-Disposition']);
5353
}
5454

55-
public function filenameEncodingProvider() : array
56-
{
55+
public function filenameEncodingProvider() : array {
5756
return [
5857
['TestName.txt', 'TestName.txt'],
5958
['A "Quoted" Filename.txt', 'A \\"Quoted\\" Filename.txt'],

0 commit comments

Comments
 (0)