@@ -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 | } |