Skip to content

Commit d10fa6a

Browse files
ksvirkou-hubspotactions-user
authored andcommitted
Apply php-cs-fixer changes
1 parent 72ed20c commit d10fa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected function generateUrl(): string
113113
$urlStr .= $this->options['path'] ?? '';
114114

115115
if (array_key_exists('qs', $this->options) && !empty($this->options['qs'])) {
116-
$urlStr .= '?' . http_build_query($this->options['qs'], '', '&', PHP_QUERY_RFC3986);
116+
$urlStr .= '?'.http_build_query($this->options['qs'], '', '&', PHP_QUERY_RFC3986);
117117
}
118118

119119
return $urlStr;

0 commit comments

Comments
 (0)