Skip to content

Commit

Permalink
Coding Standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest committed Sep 24, 2019
1 parent 6883053 commit 7952e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Services/OpenStreetMap/OAuthHelper.php
Expand Up @@ -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;
Expand Down

0 comments on commit 7952e8d

Please sign in to comment.