Skip to content

Commit fce0a1e

Browse files
ChristophWurstbackportbot[bot]
authored andcommitted
Do not use trailing commas yet
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent fe4264d commit fce0a1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Http/HtmlResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function withResizer(string $content,
6969
$content,
7070
false,
7171
$nonce,
72-
$scriptUrl,
72+
$scriptUrl
7373
);
7474
}
7575

tests/Unit/Controller/MessagesControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected function setUp(): void {
153153
$this->l10n,
154154
$this->mimeTypeDetector,
155155
$this->urlGenerator,
156-
$this->nonceManager,
156+
$this->nonceManager
157157
);
158158

159159
$this->account = $this->createMock(Account::class);

0 commit comments

Comments
 (0)