From fd3706b72e8a2396cf6fe5269360b40dd637da89 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 22 May 2021 20:33:26 +0000 Subject: [PATCH] Coding standards again --- src/Util/HTTPInputData.php | 1 - 1 file changed, 1 deletion(-) 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; } } -?>