@@ -88,7 +88,7 @@ |
||
| 88 | 88 | |
| 89 | 89 | if (!empty($included)) { |
| 90 | 90 | foreach ($included as $includedData) { |
| 91 | - if($includedData['type'] === 'location' && $includedData['id'] = $location->id) { |
|
| 91 | + if ($includedData['type'] === 'location' && $includedData['id'] = $location->id) { |
|
| 92 | 92 | $location = LocationsRetrieveResponse::from($includedData); |
| 93 | 93 | } |
| 94 | 94 | } |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | |
| 101 | 101 | $client = $this->httpClient ??= Psr18ClientDiscovery::find(); |
| 102 | 102 | |
| 103 | - // $sendAsync = $this->makeStreamHandler($client); |
|
| 103 | + // $sendAsync = $this->makeStreamHandler($client); |
|
| 104 | 104 | |
| 105 | 105 | $transporter = new HttpTransporter($client, $baseUri, $headers, $queryParams); |
| 106 | 106 | |
@@ -132,7 +132,7 @@ |
||
| 132 | 132 | |
| 133 | 133 | $uri = $baseUri->toString() . $this->uri->toString(); |
| 134 | 134 | |
| 135 | - if (! empty($this->parameters)) { |
|
| 135 | + if (!empty($this->parameters)) { |
|
| 136 | 136 | $uri .= '?' . http_build_query($this->parameters); |
| 137 | 137 | } |
| 138 | 138 | |