From 7952e8d7b7772ab8e9631cf76a8eafd1f70cbd56 Mon Sep 17 00:00:00 2001 From: Ken Guest Date: Tue, 24 Sep 2019 22:58:07 +0100 Subject: [PATCH] Coding Standards. --- Services/OpenStreetMap/OAuthHelper.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Services/OpenStreetMap/OAuthHelper.php b/Services/OpenStreetMap/OAuthHelper.php index 6c9c9ef..f91af70 100644 --- a/Services/OpenStreetMap/OAuthHelper.php +++ b/Services/OpenStreetMap/OAuthHelper.php @@ -80,7 +80,10 @@ public static function getOauthSignature(string $key, $data): string * @return string|bool */ public static function assocArrayToString( - array $arr, string $glue = '=', string $sep = '&', string $wrap = '' + array $arr, + string $glue = '=', + string $sep = '&', + string $wrap = '' ) { $str = ''; $i = 0;