Passed
Push — master ( 9ba31e...e99d7d )
by Petr
08:47 queued 06:03
created
php-src/InfoStorage/Predis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      */
48 48
     public function load(string $key): string
49 49
     {
50
-        return (string)$this->redis->get($key);
50
+        return (string) $this->redis->get($key);
51 51
     }
52 52
 
53 53
     /**
Please login to merge, or discard this patch.