@@ -287,8 +287,8 @@ |
||
| 287 | 287 | |
| 288 | 288 | $mountedPagesIdsWithQueueItems = []; |
| 289 | 289 | foreach ($queueItemsOfExistingMountPoints as $id => $queueItemsOfExistingMountPoint) { |
| 290 | - if (((int) $queueItemsOfExistingMountPoint['queueItemCount']) > 0) { |
|
| 291 | - $mountedPagesIdsWithQueueItems[] = (int) $id; |
|
| 290 | + if (((int)$queueItemsOfExistingMountPoint['queueItemCount']) > 0) { |
|
| 291 | + $mountedPagesIdsWithQueueItems[] = (int)$id; |
|
| 292 | 292 | } |
| 293 | 293 | } |
| 294 | 294 | |
@@ -253,7 +253,7 @@ |
||
| 253 | 253 | */ |
| 254 | 254 | protected function performPingRequest($timeout = 2, $useCache = true) |
| 255 | 255 | { |
| 256 | - $cacheKey = (string) ($this); |
|
| 256 | + $cacheKey = (string)($this); |
|
| 257 | 257 | if ($useCache && isset(static::$pingCache[$cacheKey])) { |
| 258 | 258 | return static::$pingCache[$cacheKey]; |
| 259 | 259 | } |