From: Michael Date: Sat, 22 May 2021 20:33:26 +0000 (+0000) Subject: Coding standards again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd3706b72e8a2396cf6fe5269360b40dd637da89;p=friendica.git Coding standards again --- diff --git a/src/Util/HTTPInputData.php b/src/Util/HTTPInputData.php index 526458acf6..5b151a2015 100644 --- a/src/Util/HTTPInputData.php +++ b/src/Util/HTTPInputData.php @@ -260,4 +260,3 @@ class HTTPInputData return $variables; } } -?>