Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Http
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-30 12:17:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-30 12:28:28 +0300
commitc02827000c3482d2f2bb23e7cab5f899a81deea0 (patch)
treedfa32ed018bb785cab0facefba2d70ced552b49e /lib/Http
parent1f2287d6a522360fe966f2fe78aec1dc25998fe6 (diff)
Do not use trailing commas yet
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Http')
-rw-r--r--lib/Http/HtmlResponse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Http/HtmlResponse.php b/lib/Http/HtmlResponse.php
index c3b45a03b..f880c077f 100644
--- a/lib/Http/HtmlResponse.php
+++ b/lib/Http/HtmlResponse.php
@@ -69,7 +69,7 @@ class HtmlResponse extends Response {
$content,
false,
$nonce,
- $scriptUrl,
+ $scriptUrl
);
}