diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-08-30 17:05:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-08-30 17:05:28 +0200 |
commit | 8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 (patch) | |
tree | 7962575f2b88ded7d3252558f8791d10ce0e3df0 /inc/HTTP | |
parent | c1482d1c08360e6401534a1391da2b650c37d34d (diff) | |
download | dokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.tar.gz dokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.zip |
codestyle adjustments: class declaration braces
Diffstat (limited to 'inc/HTTP')
-rw-r--r-- | inc/HTTP/DokuHTTPClient.php | 1 |
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); } - } |