@@ -260,7 +260,7 @@ |
||
260 | 260 | $response = $this->client->request( |
261 | 261 | 'GET', |
262 | 262 | $url |
263 | - ); |
|
263 | + ); |
|
264 | 264 | |
265 | 265 | $body = $response->getBody()->getContents(); |
266 | 266 | $body = json_decode(json_encode(simplexml_load_string($body), JSON_THROW_ON_ERROR), true, 512, JSON_THROW_ON_ERROR | JSON_OBJECT_AS_ARRAY); |
@@ -1144,7 +1144,7 @@ |
||
1144 | 1144 | protected function prepareLock(string $identifier, int $ttl = 1800): array |
1145 | 1145 | { |
1146 | 1146 | return [ |
1147 | - 'owner' => $this->_user->getId(), |
|
1147 | + 'owner' => $this->_user->getId(), |
|
1148 | 1148 | 'created' => new UTCDateTime(), |
1149 | 1149 | 'id' => $identifier, |
1150 | 1150 | 'expire' => new UTCDateTime((time() + $ttl) * 1000), |