Test Failed
Pull Request — feature/families (#15)
by Yuji
03:53
created
src/YahooShoppingJp/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     private function setAuthorizationHeader(array $options): array
139 139
     {
140 140
         $options['headers'] = [
141
-          'Authorization' => 'Bearer ' . $this->accessToken,
141
+          'Authorization' => 'Bearer '.$this->accessToken,
142 142
         ];
143 143
 
144 144
         return $options;
Please login to merge, or discard this patch.