Completed
Pull Request — master (#776)
by Timo
21:45
created
Classes/SolrService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.