aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/HTTP
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2023-08-30 17:05:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2023-08-30 17:05:28 +0200
commit8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 (patch)
tree7962575f2b88ded7d3252558f8791d10ce0e3df0 /inc/HTTP
parentc1482d1c08360e6401534a1391da2b650c37d34d (diff)
downloaddokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.tar.gz
dokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.zip
codestyle adjustments: class declaration braces
Diffstat (limited to 'inc/HTTP')
-rw-r--r--inc/HTTP/DokuHTTPClient.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/HTTP/DokuHTTPClient.php b/inc/HTTP/DokuHTTPClient.php
index d9a69db0a..63b4f9dfc 100644
--- a/inc/HTTP/DokuHTTPClient.php
+++ b/inc/HTTP/DokuHTTPClient.php
@@ -77,5 +77,4 @@ class DokuHTTPClient extends HTTPClient
unset($evt);
return parent::sendRequest($url, $data, $method);
}
-
}