Completed
Push — master ( 770bc2...f83eb5 )
by Byron
03:58
created
src/MicrosoftTranslator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -135,11 +135,11 @@
 block discarded – undo
135 135
 
136 136
         return $this->http->createRequest(
137 137
             $method->getRequestMethod(),
138
-            self::BASE_URL . $reflection->getShortName(),
138
+            self::BASE_URL.$reflection->getShortName(),
139 139
             array_merge([
140 140
                 'exceptions' => false,
141 141
                 'headers' => [
142
-                    'Authorization' => 'Bearer ' . $this->getAccessToken(),
142
+                    'Authorization' => 'Bearer '.$this->getAccessToken(),
143 143
                     'Content-Type' => 'text/xml',
144 144
                 ],
145 145
 
Please login to merge, or discard this patch.